Possible Duplicate:
How can I convert my Java program to an .exe file?
How to make executable program in java?
Possible Duplicate:
How can I convert my Java program to an .exe file?
How to make executable program in java?
You don't really need to, there are a number of other options available:
probably this may help you http://www.javacoffeebreak.com/faq/faq0042.html
there he talks about nice tool called Java2Exe which serves your purpose
The common way is the following: