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

jdk 1.8 exception #544

Closed
elliotliu opened this issue Dec 24, 2021 · 2 comments
Closed

jdk 1.8 exception #544

elliotliu opened this issue Dec 24, 2021 · 2 comments

Comments

@elliotliu
Copy link

download release version is ok.

use brew install mvnd, mvnd --version

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/mvndaemon/mvnd/client/DefaultClient 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
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:601)

@kcl-co
Copy link

kcl-co commented Dec 26, 2021

i read release0.7.1 description showing close issue "Different java versions for mvnd and maven #512" , the issue suggest that we can use JDK11 runtime for all and set the --release 8 which produces JDK8 compatible code, such as,
mvnd -Dmaven.compiler.release=8 compile.

as well as , the issue say that the mvnd needs at minimum JDK8 to run......maybe mvnd can run in jdk8 and you need to build mvnd from source in jdk 8 in order to get executable file, which you can see readme .

more: #512

@gnodet
Copy link
Contributor

gnodet commented Jan 7, 2022

You need to use the mvnd compiled to native instead of mvnd.sh, as the java client requires JDK 11.

@gnodet gnodet added this to the No fix/wont't fix milestone Jan 7, 2022
@gnodet gnodet closed this as completed Jan 7, 2022
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

3 participants