Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JAR to EXE or executable JAR conversion

807580May 26 2010 — edited May 27 2010
Greetings 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2010
Added on May 26 2010
6 comments
401 views