Possible Duplicate:
How can I convert my Java program to an .exe file?
Is it possible to run a jar file in a PC without installing JDK or JRE SDK? Converting to exe or any other way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run jar file in .Net => http://www.ikvm.net/ (Another VM for java)
Or you can convert java to exe Using: http://www.duckware.com/jexepack/index.html
by the way you can use gcc.gnu.org/java (“GCJ” another compiler of Gcc Gnu) to compile java in standalone executable file