Example application how to use Launch4j Maven plugin
- Ensure, that you have JDK version
>=1.8and Maven version>= 3.6installed. - Please run the Maven
packagephase:
mvn clean package- Created executable should be available under
target/directory (the filename depends on POM configuration, i.e.app.exe).