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?
What if i want to run a .jar program on a pc that doesnt have the JDK...? would it possible? |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
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. |
|||
|
|