Unable to locate sonar server Java version

Do we have a Java in our sonar server ? If so how can we find the version of Java in sonar server ?

Hi,

SonarQube requires Java to run, so if you’ve got a live SonarQube instance then you’ve installed Java. To get the version execute this on a command line:

java -version

 
HTH,
Ann

1 Like