Error: A JNI error has occurred, please check your installation and try again
Exception in thread “main” java.lang.UnsupportedClassVersionError: sailpoint/launch/Launcher 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
Please share any other relevant files that may be required (for example, logs).
I am trying to upgrade in dev environment from 8.3 to 8.4 (FYI , I have already upgraded from JDK 8 to JDK 11.0.8
I am using mysql 8 and mariner os and apache tomcat 9. This error is occuring when trying to do ./iiq schema
Share all details about your problem, including any error messages you may have
Thanks everyone for the help. My upgrade is deploying through a custom code based on environments and looks like when deploying in the lower instances it appends the JAVA lower version (8) and adding it to the path. I have updated the code to remove any Java preferences and added JAVA 11 version to the Java_home and adding to the path worked.