Yes, I've managed to install jdk8 (sudo apt-get install oracle-java8-jdk) and installed OpenJfx (see section 2.1.4 of
http://docs.gluonhq.com/javafxports/). Tip: boot to graphical UI and add a menu item for your JavaFX application to run. Use a command like "sudo java -jar <directory>/<yourjava>.jar".
In this way I was able to run the JavaFX example Ensemble8.jar as well as my own home cooked JavaFX application (which included a pre-loader).
Beware: Raspberry is considered to be an embedded device: not all JavaFX features are enabled, see bottom page of
https://docs.oracle.com/javase/8/javafx ... /embed.htm