Instructions - ReneRanzinger/SpectraFiltering GitHub Wiki

Instructions for creating executable file

If you want to run this application created by yourself as an executable (.exe) file on your Windows system, you need to transform the created .jar file. In this page, we'll look at how to transform a .jar file to an executable file using Launch4j application.

  1. Create a .jar file, using Ant Build for build.xml in this project.
  2. Download and run Launch4j and create executable file.
    1. Download Launch4j from here
    2. Under the "Basic" tab at the top, select the location you want your executable file to be stored.
    3. Under the "Basic" tab at the top, select the .jar file you created.
    4. Under the “JRE” tab at the top, select the “Min JRE version” and type in “1.8.0”.
    5. Click the gear button called “Build wrapper” at the top of the screen.
    6. Give the .xml file an appropriate name and click "Save". The .xml file is used as configuration for the executable file.

See also