running JavaFX application after jpackage
The JavaFX JARs included with the JavaFX SDK do not include the native code. Instead, said code is in the bin directory. That means your custom runtime image created by jlink does not have the necessary native code to run JavaFX. You have two options: Download the JMOD files from Gluon and use those when … Read more