View Single Post
Old 07-22-2004, 10:38 PM   #1 (permalink)
Punch-M6.net
Registered User
 
Join Date: Jul 2004
Location: Australia
Posts: 21
Punch-M6.net is on a distinguished road
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.
Punch-M6.net is offline   Reply With Quote