How can we find out the version of java running on an appliance?
Aria Operations 8.x
Type the following in an ssh or vCenter console session while logged in as root:
java -version
You will get something like:
root@vrops [ ~ ]# java -version
openjdk version "11.0.22" 2024-01-16 LTS
OpenJDK Runtime Environment (build 11.0.22+12-LTS)
OpenJDK 64-Bit Server VM (build 11.0.22+12-LTS, mixed mode)
The above output indicates that Aria Operations is using OpenJDK, version 11.0.22+12 long-term support.