|
Compiling Java program to a stand-alone application
Does anyone know if it is possible to compile a Java program to a stand alone program so that it can just be run and, if so, how to do it?
At the moment I usually just write a BAT file that calls Java and then runs the compiled file, but that only works if it points to the proper address of the Java runtime (well, with my limited bat writing skills it does, anyway)
Thanks for any help.
|