When running the .jar on JDK 11/12 I get the following error: ``` Error: Could not find or load main class application.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application ``` It seems that JavaFX has not been included in JDK 11/12. See https://www.infoworld.com/article/3305073/removed-from-jdk-11-javafx-11-arrives-as-a-standalone-module.html
When running the .jar on JDK 11/12 I get the following error:
It seems that JavaFX has not been included in JDK 11/12. See https://www.infoworld.com/article/3305073/removed-from-jdk-11-javafx-11-arrives-as-a-standalone-module.html