summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-02-25 17:19:53 +0100
committerLuca Milanesio <luca.milanesio@gmail.com>2021-02-26 00:14:43 +0000
commit8278667669d8bfe3c3875c481431676a0b9cef74 (patch)
treea390aab2137ebd380eccce59522e24b791923a5e
parent7dcf4026d3af2a3a6fa6ef450db0586e338a4c98 (diff)
Don't mention MacOS specific Java installations
Apple stopped shipping Java with MacOS a long time ago [1]. [1] https://apple.co/2ZN5mUN https://alvinalexander.com/mac-os-x/java-mac-os-x-deprecated-mac-app-store/ Change-Id: If31b8328c9257676e6f515521912284a89724ba2
-rw-r--r--Documentation/dev-bazel.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 96cc67ff61..6492b0b5e5 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -41,14 +41,8 @@ ways: link:https://docs.bazel.build/install-bazelisk.html[Install,role=external,
[[java]]
=== Java
-==== MacOS
-
-On MacOS, ensure that "Java for MacOS X 10.5 Update 4" (or higher) is installed
-and that `JAVA_HOME` is set to the
-link:install.html#Requirements[required Java version].
-
-Java installations can typically be found in
-"/System/Library/Frameworks/JavaVM.framework/Versions".
+Ensure that the link:install.html#Requirements[required Java version]
+is installed and that `JAVA_HOME` is set to it.
To check the installed version of Java, open a terminal window and run: