Cannot start Sonarqube server after updating wrapper.conf with Java location

Hi I’m unable to start Sonareqube server after selecting 1.11 jdk location in wrapper.conf. Here’s the entry updated. I’m just trying to evaluate the product.

wrapper.java.command=C:/Program Files/Java/jdk-11.0.6/java

I see this error.

wrapper | Unable to execute Java command. The system cannot find the file specified. (0x2)

Thanks.

Hi,

Welcome to the community!

This is most likely an issue of the space in your path. My general experience is that Java programs simply don’t like that. I’d either try quoting the path or moving where Java is (if you deal much with Java programs, option 2 will likely make your life easier in general).

 
HTH,
Ann