Search code examples
java-8sonarqubedevops

How can i start the Sonar Qube with java 8


I have download the SonarQube 8.7.1. community version Software. I am getting below error while start sonar batch file in windows console.

enter image description here

My main idea is to connect with java 8 but this sonarQube version is asking java 11."

Any additional settings needed to do for run the sonarqube with java 8 ?


Solution

  • Java 8 support question has already been discussed here & Java 11 support question has been discussed here

    Either install JDK11 or downgrade to a lower version of SonarQube that came out before March 2014 would be my suggestion.