Getting error while running SoapUI tests from Maven.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022
08:41 PM
12-04-2022
08:41 PM
Getting error while running SoapUI tests from Maven.
While running SoapUI tests from Maven getting below error that "com/eviware/soapui/maven2/TestMojo has been compiled by a more recent version of the Java Runtime (class file version 53.0) this version of the Java Runtime only recognizes class file versions up to 52.0". What Java version I have to use here?
I am using below in pom.xml
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.6.0</version>
Solved! Go to Solution.
Labels:
- Labels:
-
SOAP
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022
05:15 PM
12-05-2022
05:15 PM
What version are you using ?
Can you please try to use JDK 11 and see?
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022
08:04 PM
12-05-2022
08:04 PM
I was using JDK 8. Thanks, it resolved the issue with JDK 11.
Regards,
Madiha
