Hi. I run tomcat8 with java8 and Norm 1.0 need java11. Result:
java.lang.UnsupportedClassVersionError: com/dieselpoint/norm/Database has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [com.dieselpoint.norm.Database])
Is it possible to add support for more java versions? I try recompile project with
<release>8</release>
and work as expected.
Hi. I run tomcat8 with java8 and Norm 1.0 need java11. Result:
java.lang.UnsupportedClassVersionError: com/dieselpoint/norm/Database has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [com.dieselpoint.norm.Database])Is it possible to add support for more java versions? I try recompile project with
<release>8</release>and work as expected.