Java 11 + JavaFX 11 Test Project
This is just a sandbox to play around with the packaging tools required to create and customize self-contained applications with JDK and OpenJFX 11.
Get a backport of jpackager and adjust its path in the pom.xml
.
Run mvn clean package
.
This invokes jpackager and jlink to produce an application with a custom runtime image under target/package
.