PDA

View Full Version : .java to .exe


nuklesmlone
10-11-2005, 05:16 PM
Does anyone know how to change a .java file to a . exe file?

punx
10-11-2005, 05:50 PM
Java wasnt meant to do this. That is what the JVM will do for you (execute the program).

JamieR
10-11-2005, 05:51 PM
I don't know Java but I'm assuming it's the same as developing C++ - you've got to compile it in the IDE...tell me if I'm wrong ;)

KeZZeR
10-11-2005, 09:07 PM
No weazel. You can create an executable but all it does is to execute a jar file. Remember, a Java install is a pre-requisite in order to get a Java application working

JPM
10-11-2005, 11:53 PM
http://www.gold-software.com/download8803.html

suryad
10-12-2005, 06:16 AM
http://www.geocities.com/marcoschmidt.geo/jcomp.html#native

Hope this stuff helps