javaubuntujava-17

VisualVM Version of OpenJDK is not supported


I have install VisualVM on my Ubuntu machine, and I'm getting this error when trying to open it:

Version of OpenJDK is not supported. Please use the default-jdk.

I have no idea on how to solve it

java -version outputs the following:

openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment (build 17.0.9+9-Ubuntu-122.04)
OpenJDK 64-Bit Server VM (build 17.0.9+9-Ubuntu-122.04, mixed mode, sharing)

Solution

  • The version I installed was the one published in APT. Apparently, it is not the official version. Official support solved my issue in GitHub