JAR to EXE or executable JAR conversion
807580May 26 2010 — edited May 27 2010Greetings all
I have a jar file placed in my java\bin folder. i want to make it into an executable .exe file. if not that i want to execute it without going on command line and writing
java -jar MyJar.jar
is there any solution?
somebody told me to make a .BAT file and run it..i dont know anything about BAT files...is there any convertor that may convert my Jar into .EXE file keeping icons + images in my program intact?