Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-06 Thread jose . pereda
Hi Eef, Your command line says otherwise, but it tells what it is ultimately running: c:\java_lib\jdk-12.0.1/bin/java \ -p C:\java_lib\javafx-jmods-12.0.1; C:\java_lib\javafx-jmods-12.0.1; C:\java_lib\javafx-sdk-12.0.1\lib\javafx-swt.jar;C:\java_lib\javafx-sdk-12.0.1\lib\javafx.base.jar;

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-06 Thread jose . pereda
Hi, you can still use Ant, of course, but as Geertjan already pointed out, you are missing this: --add-modules javafx.fxml,javafx.controls (no need for javafx.base nor javafx.graphics, as these are transitive dependencies of javafx.controls). which is also shown in the pic https://openjfx.io/