How to create Executable file in Java [duplicate]
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 ad开发者_Go百科d Icon to that exe file.
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.
精彩评论