The goal of this project is to be able to generate a JavaFX 11 application with Maven and run the generated JAR file.
- Maven > package
- The generated JAR can be found in the "out" directory
- Install Java 11
- Install JavaFX 11
- Run the application with following arguments
{LOCATION JAVA 11 executable} -module-path {LOCATION JAVAFX 11 LIB} --add-modules=javafx.controls -jar {LOCATION JAR}
- Start scripts can be found in the "scripts" directory