You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: