Forum Discussion
ipstefan
12 years agoOccasional Contributor
SmartBear Support wrote: SoapUI needs to be able to locate the file jfxrt.jar (the JavaFX runtime), and will look in the default location inside your Java 7 installation. Since you're running OpenJDK, I suppose you may not even have a JavaFX runtime installed, but if you have the file somewhere on your file system, you can set the system property javafx.runtime.lib.jar to the location of this file, e.g. like so:
mvn -Djavafx.runtime.lib.jar=/path/to/jfxrt.jar clean install
Kind regards,
Manne, SoapUI developer
According to
http://openjdk.java.net/projects/openjfx/
http://stackoverflow.com/questions/2251 ... r-on-linux
http://stackoverflow.com/questions/1854 ... nd-openjdk
JavaFx is not available in OpenJdk and will not be for the following months.
It is suggested that Oracle JDK is installed for the JavaFx.
Latest Oracle JDK version on the official repository is 7. You can install 8 by downloading it directly from the oracle site or by installing from a 3rd party repository.
For Oracle 8 though the path to the jfxrt.jar changed to: jre/lib/ext