I updated the JDK/JRE on ELM PI20 (Native Install on Linux) and now web server will not start.
I updated the JDK in ../pt/ from jdk1.8.0_211 to jdk1.8.0_241 and the JRE in ps_home8.57.08 to jre1.8.0_241. The app server and process scheduler start just fine. When I try to start the web server I get the following.
Picked up _JAVA_OPTIONS: -Djava.security.egd=file:/dev/./urandom
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/peoplesoft/pt/psadmin/PSAdmin : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:808)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:443)
at java.net.URLClassLoader.access$100(URLClassLoader.java:65)