Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java version #60

Open
ZZerog opened this issue Jun 22, 2021 · 1 comment
Open

Java version #60

ZZerog opened this issue Jun 22, 2021 · 1 comment

Comments

@ZZerog
Copy link

ZZerog commented Jun 22, 2021

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.

@ccleve
Copy link
Member

ccleve commented Jun 22, 2021

You did a clean recompile under Java 8 and it actually worked? I'll have to look into that.

Java 8 went end-of-life quite a while ago, but now it appears that Oracle is supporting it again because no one wants to upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants