Link to java docs (#13478)

* add link to page about selecting a JRE

* add link to script also

* simplify text
This commit is contained in:
Vadim Ogievetsky 2022-12-14 11:45:23 -08:00 committed by GitHub
parent 35c983a351
commit 2729e25295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -43,8 +43,8 @@ We won't use those here, but for more information, see [Single server deployment
The software requirements for the installation machine are: The software requirements for the installation machine are:
* Linux, Mac OS X, or other Unix-like OS. (Windows is not supported.) * Linux, Mac OS X, or other Unix-like OS. (Windows is not supported)
* Java 8u92+ or Java 11. * [Java 8u92+ or Java 11](../operations/java.md)
* [Python2 or Python3](../operations/python.md) * [Python2 or Python3](../operations/python.md)
> Druid relies on the environment variables `JAVA_HOME` or `DRUID_JAVA_HOME` to find Java on the machine. You can set > Druid relies on the environment variables `JAVA_HOME` or `DRUID_JAVA_HOME` to find Java on the machine. You can set

View File

@ -42,6 +42,9 @@ Otherwise, install Java 8 or 11 in one of the following locations.
* java (installed on PATH) * java (installed on PATH)
Other versions of Java versions may work, but are not officially supported. Other versions of Java versions may work, but are not officially supported.
For more information about selecting a Java runtime visit:
https://druid.apache.org/docs/latest/operations/java.html
EOT EOT
exit 1; exit 1;
} }