Forum Discussion
ipstefan
12 years agoOccasional Contributor
Did all the above(including giving the parameter to my jenkins build) - I am receiving the following error:
14:20:53 [ERROR] Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.0.0:test (default) on project soapui-maven-plugin: Execution default of goal com.smartbear.soapui:soapui-maven-plugin:5.0.0:test failed: An API incompatibility was encountered while executing com.smartbear.soapui:soapui-maven-plugin:5.0.0:test: java.lang.UnsupportedClassVersionError: javafx/application/Platform : Unsupported major.minor version 52.0
14:20:53 [ERROR] -----------------------------------------------------
14:20:53 [ERROR] realm = plugin>com.smartbear.soapui:soapui-maven-plugin:5.0.0
What I solved this with was to get(copy) the jfxrt.jar from oracle jdk 7/jre/lib to the default openjdk folder path where soapui-maven-plugin is looking.
14:20:53 [ERROR] Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.0.0:test (default) on project soapui-maven-plugin: Execution default of goal com.smartbear.soapui:soapui-maven-plugin:5.0.0:test failed: An API incompatibility was encountered while executing com.smartbear.soapui:soapui-maven-plugin:5.0.0:test: java.lang.UnsupportedClassVersionError: javafx/application/Platform : Unsupported major.minor version 52.0
14:20:53 [ERROR] -----------------------------------------------------
14:20:53 [ERROR] realm = plugin>com.smartbear.soapui:soapui-maven-plugin:5.0.0
What I solved this with was to get(copy) the jfxrt.jar from oracle jdk 7/jre/lib to the default openjdk folder path where soapui-maven-plugin is looking.