Download Link
Launch4J is Java application used to convert executable Jar file into Exe file. It is very easy to use, reliable and cool application.
How to Use
- Enter the path and name of output file into Output file filed. filename must be end with .exe extension.
- Select Jar file which is to be convert.
- If you want to set an icon for exe file then select Icon from Icon filed. It support only ico file. (Optional)
- Also Select priority of your Application process (Default : Normal)
- Then into JRE tab enter the Min JRE and Max JRE version.
- And Bulid application
- You file exe file at above mentioned output file path.
You can see more tools for converting jar to exe on below
ReplyDeletehttp://www.javatips.net/blog/2011/09/convert-java-jar-file-to-exe
i have already created exe file but an error is occure on startup
ReplyDeletehelp about that......
your jar file must be executable jar file means which include manifest (which contains information like main class, version of jdk, etc..)
DeleteHow do I create a .exe file?
ReplyDeletei have a executable jar file and i created the exe file successfully. in my executable jar file i am having some extra non class file and another one supported jar library when i execute that exe file , it ends with error "couldn't load the files"
ReplyDeletehow to fix it