aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-docs/src/pages/setup/install-server.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md
index 029ac93a13d..c6e7dd91433 100644
--- a/server/sonar-docs/src/pages/setup/install-server.md
+++ b/server/sonar-docs/src/pages/setup/install-server.md
@@ -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