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.
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.
You can but this wouldnt be a real EXE, you will still need to install the JVM to run your app. try jstart32.
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.