Hi, I am trying to use the openjfx early-access builds with openjdk as described in http://jdk.java.net/openjfx/ (the page says to give feedback here).
openjdk version "10.0.1" 2018-04-17 OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build 10.0.1+10-Ubuntu-3ubuntu1, mixed mode) I have downloaded the openjfx file and unzipped it to: /home/tsayao/javafx-sdk-11 I am running my jfx application with: -Djava.library.path=/home/tsayao/javafx-sdk-11/lib -classpath /home/tsayao/javafx-sdk-11/lib But i get: Error: JavaFX runtime components are missing, and are required to run this application This is probably known, but I only found answers to old java 8 jfx. Help is appreciated.