Kafka UI is not support JDK8 any more? #3921
-
My host's java version is 1.8.0: java -version
openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-b10)
OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode) And I have used this command to start Kafka UI: java -jar kafka-ui-api-v0.7.0.jar
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/loader/JarLauncher has been compiled by a more recent version of the Java Runtime (class file version 61.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:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) Is Kafka UI can not support JDK8 any more? |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Jun 9, 2023
Replies: 1 comment
-
Hi, you have to update to jre17 or use the provided docker image. The current codebase is java 17. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Haarolean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you have to update to jre17 or use the provided docker image. The current codebase is java 17.