Possible Duplicate:
How can I convert my Java program to an .exe file?
How can i create Exe file for java program. Do i need to install any software for it, And how to add Icon to that exe file.
How can i create Exe file for java program. Do i need to install any software for it, And how to add Icon to that exe file. |
|||||||||
|
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.
|
Use known tools: JSmooth, LaunchAnywhere, JexePack |
|||
|
|
|
It's difficult. JDK could not do that, you need a third tool to do that. please refer http://www.duckware.com/jexepack/index.html. Why do you need to do that? maybe you should use c#/vb to program. |
|||
|
|
|
You can but this wouldnt be a real EXE, you will still need to install the JVM to run your app. try jstart32. |
||||
|
|