aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2018-07-19 23:23:34 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-19 23:25:04 -0700
commitcb57101a41578db59677a4bc2b380f9f71f8a3b4 (patch)
treeccfc3951807ccc9c2f8935a1c0f70cc6f9b3a79b /site
parent4af3da48f848c1666635deab7a50072fb3d9a8f4 (diff)
Remove documentation about Bazel without embedded JDK
Since we no longer release the Bazel version without an embedded JDK. RELNOTES: None PiperOrigin-RevId: 205356986
Diffstat (limited to 'site')
-rw-r--r--site/docs/install-os-x.md5
-rw-r--r--site/docs/install-ubuntu.md5
-rw-r--r--site/docs/install-windows.md9
3 files changed, 0 insertions, 19 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 69b307fbcf..b68a129797 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -74,11 +74,6 @@ bazel version
```
To update to a newer release of Bazel, download and install the desired version.
-**Note:** Bazel includes an embedded JDK, which can be used even if a JDK is already
-installed. `bazel-<version>-without-jdk-installer-linux-x86_64.sh` is a version of the installer
-without an embedded JDK. Only use this installer if you already have JDK 8 installed. Later JDK
-versions are not supported.
-
## <a name="install-on-mac-os-x-homebrew"></a>Installing using Homebrew
### Step 1: Install the JDK
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index c9f9cb20dd..ba36e6d3a4 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -66,11 +66,6 @@ export PATH="$PATH:$HOME/bin"
You can also add this command to your `~/.bashrc` file.
-**Note:** Bazel includes an embedded JDK, which can be used even if a JDK is already
-installed. `bazel-<version>-without-jdk-installer-linux-x86_64.sh` is a version of the installer
-without an embedded JDK. Only use this installer if you already have JDK 8 installed. Later JDK
-versions are not supported.
-
## <a name="install-on-ubuntu"></a> Using Bazel custom APT repository
### Step 1: Install the JDK
diff --git a/site/docs/install-windows.md b/site/docs/install-windows.md
index e738860805..3cfe8fc8b2 100644
--- a/site/docs/install-windows.md
+++ b/site/docs/install-windows.md
@@ -25,15 +25,6 @@ Look for `bazel-<version>-windows-x86_64.exe`, e.g. `bazel-0.13.0-windows-x86_64
that's on your `%PATH%` or add its directory to your `%PATH%`. This way you can run Bazel by
typing `bazel` in any directory, without typing out the full path.
-**Note:** Bazel includes an embedded JDK so you don't need to install one separately. If you want
-to download Bazel without an embedded JDK, look for `bazel-<version>-without-jdk-windows-x86_64.exe`
-on the release page. To use it, you must install JDK 8 separately (older or newer versions are not
-supported), and set the `JAVA_HOME` environment variable, e.g.:
-
- set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_171
-
-Pay attention not to use quotes (") around the path (like you would on Unixes).
-
### Other ways to get Bazel
You can also get Bazel by: