Possible Duplicate:
How can I convert my Java program to an .exe file?
i am learning java, i am a total beginner though i have learnt some python before. for some people who know what python is, it is totally a pain in the ass situation to compile it. i used a 3rd party software cx_freeze to do so but all the code wouldn't get compiled.
though python compiling isn't the aim of this question. what i want to do is to convert .jar to .exe. now i know that there are some solutions available. but which one is the best in terms of compatibility? what i mean to say is that can i import a huge amount of modules and still get it to work? can i have advance projects compiled?
also, is there a software that has a gui to do this? because i had to completely manually do the compiling in python.
also, is there a way of converting .class to .exe without converting it to .jar
thanks a ton!