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