Hi Team,
Could you please help me to get through the Java error while installing CMD build using GUI manual installation.
Command “java -jar cmdbuild.war -v”
I had installed Postgres 10.14 without any issues, the next step is running the above command and get into the below error.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread “main” java.lang.UnsupportedClassVersionError: org/cmdbuild/
webapp/cli/Main 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(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.checkAndLoadMain(Unknown Source)
i tried lastest version of JRE 8U202 x64 and also tried numerous version of JRE 8U121, U171, U25
thank you for your help
Santhana