Error on Essbase21c LCM utility: Exception in thread "main" java.lang.UnsupportedClassVersionError:
I am trying to run the Essbase 21c EssbaseLCMutility in my Linux server hosting Essbase 11.1.2.4. This has Jdk 1.7 used with EPM 11.1.2.4. I have put the utility in one of my temporary folder. I have then downloaded jdk-8u321-linux-x64.tar.gz from oracle site and then put in the same folder and unzipped it. I have set the JAVA_HOME using export command to jdk1.8.0_321. when i run the export command using this LCM utility, i am getting the below error.
Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/essbase/lcm/LCMCmdLineTool : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)