What compiler (I'm using gcj 4.x) options should I use to generate an "exe" file for my java application to run in windows?
|
|
To compile the Java program MyJavaProg.java, type:
To link it, use the command:
and then linking to create an executable mycxxprog.exe
|
||
|
|
|
|
So here it is for one class file this is good example, but if try to make my project how to follow the things to make my java project as the exe, I can create archive for all my classes(jar format) even though i am getting into multiple jar files |
||
|
|
|
|
Here is an in length discussion about the topic. It includes discussion about different compilers and IDEs. |
||
|
|
