Shobhit
(Shobhit Shukla)
September 5, 2024, 5:28am
1
Hi Team,
I have tried to work with SonarQube-developer-10.6.0.92116 version in Windows 10, using Java 17th, but while starting the service getting this log, can you please verify and help me with the solution?
SonarServiceWrapper.wrapper.log (15.8 KB)
Colin
(Colin)
September 6, 2024, 10:12am
2
Hey there.
It sounds like java.exe
isn’t available in your PATH. You can test this by checking if you can run java -version
in a new terminal window.
If needed, you can set the SONAR_JAVA_PATH
environment variable in your environment to point to your Java installation.
Shobhit
(Shobhit Shukla)
September 10, 2024, 5:27am
3
I have checked Java-version is working. I have tried both the way, manually downloaded JDK and even used SONAR_JAVA_PATH also
Colin
(Colin)
September 10, 2024, 8:47am
4
So if you open a new terminal window and run java.exe -version
, what is the result?