Find the version of Java running in Aria Operations
search cancel

Find the version of Java running in Aria Operations

book

Article ID: 380544

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

How can we find out the version of java running on an appliance?

Environment

Aria Operations 8.x

Resolution

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.