running JavaFX application after jpackage
问题 I have some really noob question. I tried to create installation for my test app with jpackage in OpenJDK 14. Here is what I did: first, created custom JRE with jlink --module-path "C:\Java\javafx-sdk-14\lib" --add-modules javafx.controls,javafx.fxml --output hello\myjre and that was successful. I copied arguments from my Eclipse from Run Configurations. After that made installation with jpackage jpackage --name HelloFX --input hello --main-jar HelloFX.jar --runtime-image hello\myjre That