Forum Discussion
SmartBear_Suppo
Alumni
12 years agoSoapUI 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
mvn -Djavafx.runtime.lib.jar=/path/to/jfxrt.jar clean install
Kind regards,
Manne, SoapUI developer