top of page

Convert Executable Jar File to exe file

  • Writer: techbookmm
    techbookmm
  • Jul 31, 2019
  • 1 min read

Updated: Mar 20, 2020

Let's convert Runnable/Executable Jar file to .exe file on Windows.


We can use Launch4J for this. (http://launch4j.sourceforge.net/)


Firstly, we will need Executable Jar File.

ree

Then open Launch4J Application.

ree
Initial View of Launch4J

Add Jar file location directory and .exe output file directory.

ree

Add Classpath by ticking "Custom classpath" checkbox and select existing Jar file.

ree

Add JRE, Min JRE version must be filled. I used JRE 1.8 here. Unchecked "Fallback Option" if it is already checked.

ree

Click Setting icon to compile the Jar file. It will ask you to save the .xml file for current setting of Launch4J. You will see successfully created message on log field.

ree

The application with .exe extension will be created.

ree

You can run by double clicking it.

ree

 
 
 

Comments


Single post: Blog_Single_Post_Widget
bottom of page