posted 22 years ago
Hi Vrabie,
To answer your question, the easiest way to get an EXE file for your JAVA program, is to use a nice little program called 'exe4j'. To use this, simply compile your java program into a .JAR file and then run exe4j on it to make it into an executable jar file.
I.e if your program was called myProgram.jar, it will now be called myProgram.exe and will run when double clicked.
Cheers,
Steve