]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Change title of section for adjusting java install
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>
Fri, 6 Mar 2020 15:17:54 +0000 (16:17 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 6 Mar 2020 20:04:32 +0000 (20:04 +0000)
server/sonar-docs/src/pages/setup/install-server.md

index 029ac93a13d52513b66b82e8fb3ebb02eab7b603..c6e7dd91433e407592c071dbfd8509107bbccb02 100644 (file)
@@ -127,9 +127,11 @@ Execute the following script to start the server:
 
 You can now browse SonarQube at _http://localhost:9000_ (the default System administrator credentials are `admin`/`admin`).
 
-### Tuning the Web Server
+### Adjusting the Java Installation
 
-To change the Java JVM used by SonarQube, simply edit _$SONARQUBE-HOME/conf/wrapper.conf_ and update the following line:
+If there are multiple versions of Java installed on your server, you may need to explicitly define which version of Java is used.
+
+To change the Java JVM used by SonarQube, edit _$SONARQUBE-HOME/conf/wrapper.conf_ and update the following line:
 
 ```
 wrapper.java.command=/path/to/my/jdk/bin/java