System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified

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)

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.

I have checked Java-version is working. I have tried both the way, manually downloaded JDK and even used SONAR_JAVA_PATH also

So if you open a new terminal window and run java.exe -version, what is the result?