how can we make an java application file into .exe file?
for example, we write the code for the application program, then we compiled it and then run it.
so, how can we make that .class file into .exe file and run it by double-clicking on it?
thank you