Hello guys,
Well, here's a simple one for you, which I just could not find the answer to due to lack of finding a good way to put it in words for Google.
I'm pretty much a newcomer to Java, first project I used Java for, actually, and it was a porting of a program I made in C++ with SDL. Took a while to port to Java and sdljava, but I finally finished, but now I'm wondering... Where is it? I can't for the life of me find out where the project is being outputted to, nor can I find the option in Eclipse to see the output folder.
The only logical place, the bin folder inside the project folder, only has alot of .class files, does that have anything to do with it? I'm not even sure which file type is supposed to be outputted by a Java project, much less how to actually run it outside of Eclipse.
I'm sorry of the noobish level of knowledge of this post, but I could really use some help in making sense of this. Thanks =)