Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with this error and I don't know how to fix it. C:myjava>java lab3_1 Error: A JNI error has occurred, please check your
I need help with this error and I don't know how to fix it.
C:\myjava>java lab3_1 Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: lab3_1 has been compiled by a more recent version of the Java Runtime (class file version 57.0), this version of the Java Runtime only recognize s class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass (Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100 (Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source), at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged (Native Method) at java.net.URLClassLoader. FindClass (Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc. Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun. launcher. LauncherHelper.checkAnd LoadMain(Unknown Source) C:\myjava>Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started