Our security team needs to confirm the version of Java that is being used, how do you find what version of Java Performance Center is using?
Component : IM Reporting / Admin / Configuration
The Performance Center install places Java in the following default directory:
/opt/CA/jre
To find out the version of that release of Java you would run the following command (example performed on NetOps Portal 20.2.1):
# /opt/CA/jre/bin/java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode)