Possible Duplicate:
(Java) jar to exe
What if i want to run a .jar program on a pc that doesnt have the JDK...?
would it possible?
Possible Duplicate:
(Java) jar to exe
What if i want to run a .jar program on a pc that doesnt have the JDK...?
would it possible?
Options include:
If you have a site to distribute the app. from, JWS and deployJava.js are a better alternative to creating an EXE.
JWS will work on any platform with Java 1.4+, and the deployJava.js will help ensure the JRE is installed.