I currently run my programs in Eclipse, and I was just curious how one would go about doing making the .java into an .exe
Printable View
I currently run my programs in Eclipse, and I was just curious how one would go about doing making the .java into an .exe
Ask Google.Quote:
how one would go about doing making
If you put your code in a jar file it can be executed with a double click.