From 32037c038b59435f7374c151f8a6bafd4d455e39 Mon Sep 17 00:00:00 2001 From: Eli Fisher Date: Fri, 14 Jan 2022 13:51:42 -0500 Subject: [PATCH] Update Java home variable to be correct updates docs to us `JAVA_HOME` Signed-off-by: Eli Fisher --- _opensearch/install/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/compatibility.md b/_opensearch/install/compatibility.md index 27290e25..7ac554b4 100644 --- a/_opensearch/install/compatibility.md +++ b/_opensearch/install/compatibility.md @@ -12,7 +12,7 @@ nav_order: 2 {% comment %}`./jdk/bin/java -version` doesn't work on macOS with zsh at the moment, and I have no idea why. Maybe we need a macOS artifact. Regardless, the command works on Amazon Linux 2 with bash and presumably other distros. - aetter{% endcomment %} - To use a different Java installation, set the `OPENSEARCH_JAVA_HOME` environment variable to the Java install location. We recommend Java 11 (LTS), but OpenSearch also works with Java 8. + To use a different Java installation, set the `JAVA_HOME` environment variable to the Java install location. We recommend Java 11 (LTS), but OpenSearch also works with Java 8. OpenSearch version | Compatible Java versions | Recommended operating systems :--- | :--- | :---