]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update requirement to Java 11
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Thu, 27 Jun 2019 07:12:11 +0000 (09:12 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:56 +0000 (08:45 +0200)
server/sonar-docs/src/pages/requirements/requirements.md

index 00ab4eb781a19043aab15b429c97bee015135b0a..54b92ea58e2274f3cfd28d742a992c6ed1fce2f1 100644 (file)
@@ -3,9 +3,9 @@ title: Prerequisites and Overview
 url: /requirements/requirements/
 ---
 ## Prerequisite
-The only prerequisite for running SonarQube is to have Java (Oracle JRE 8 or OpenJDK 8) installed on your machine.
+The only prerequisite for running SonarQube is to have Java (Oracle JRE 11 or OpenJDK 11) installed on your machine.
 
-![](/images/exclamation.svg) **Note:** _On Mac OS X it is highly recommended to install Oracle JDK 8 instead of the corresponding Oracle JRE since the JRE installation does not fully set up your Java environment properly. See [this post](http://stackoverflow.com/questions/15624667/mac-osx-java-terminal-version-incorrect) for more information._
+![](/images/exclamation.svg) **Note:** _On Mac OS X it is highly recommended to install Oracle JDK 11 instead of the corresponding Oracle JRE since the JRE installation does not fully set up your Java environment properly. See [this post](http://stackoverflow.com/questions/15624667/mac-osx-java-terminal-version-incorrect) for more information._
 
 ## Hardware Requirements
 1. A small-scale (individual or small team) instance of the SonarQube server requires at least 2GB of RAM to run efficiently and 1GB of free RAM for the OS. If you are installing an instance for a large teams or Enterprise, please consider the additional recommendations below.