I have created a Java program, and now I want to compile it, so I can send it to others to use, etc. How do I do this in Eclipse? I've Googled it, but can't find it (O.o). Hope you can help me :/!
I created a runnable .jar, but it doesn't seem to start. I use System.out.println()
, but there is 0 output. Do I have to do something else in order to output something, or can you only output something in the console when testing in Eclipse, and not when you have compiled the program?