Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* Linux, Mac OS X, or other Unix-like OS. (Windows is not supported.)
* Java 8u92+ or Java 11.
* Linux, Mac OS X, or other Unix-like OS. (Windows is not supported)
* [Java 8u92+ or Java 11](../operations/java.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
Expand Down
3 changes: 3 additions & 0 deletions examples/bin/verify-java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Otherwise, install Java 8 or 11 in one of the following locations.
* java (installed on PATH)

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
exit 1;
}
Expand Down