Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 379 Bytes

Launch4j Demo Application

Example application how to use Launch4j Maven plugin

Running

  1. Ensure, that you have JDK version >=1.8 and Maven version >= 3.6 installed.
  2. Please run the Maven package phase:
mvn clean package
  1. Created executable should be available under target/ directory (the filename depends on POM configuration, i.e. app.exe).