Despite reviewing How to run ControlsFX sample application using Java 11 and JavaFX 11 and How to run ControlsFX Java 11 and JavaFX 11 as well as other suggestions on the web, I still can't get the ControlsFX samples app to run in Java 11 (OpenJDK 11.0.1). Here's my command line:
java --module-path ~/Downloads/javafx-sdk-11.0.1/lib --add-modules=javafx.controls,javafx.fxml,javafx.web --add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED -jar controlsfx-samples-9.0.1-SNAPSHOT.jar
and output:
Error: Could not find or load main class org.controlsfx.fxsampler.fxsampler.FXSampler
Caused by: java.lang.ClassNotFoundException: org.controlsfx.fxsampler.fxsampler.FXSampler
Any help would be appreciated thanks.