hok
5 years agoNew Contributor
SoapUI 5.6.0 upgrade keeps JRE 8 : java.lang.UnsupportedClassVersionError
When I started SoapUI 5.5.0 today, an upgrade to 5.6.0 was offered.
However, after the upgrade, SoapUI doesn't start; it fails with this error:
java.lang.UnsupportedClassVersionError: com/eviware/soapui/SoapUI 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
I checked the jre contained within SoapUI; it is still "1.8.0_181", but obviously at least Java 9 is required.
I'm on Ubuntu 18.04.4 LTS.
Copying a more recent JRE (Java 11) into the jre subfolder (as suggested here) fixed it.