aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar Gregg Donovan <greggny3@gmail.com>2018-02-20 09:10:21 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-20 09:11:51 -0800
commitfb915e8b7bd139e9c07e9354c43ab549e94cbc7a (patch)
treefe17d826ef6ebc7ee232e3ad53720cd0151210e0 /site/docs/user-manual.html
parentf03b8f84310319f1db984b53e8a3e8d9a8ae021b (diff)
Docs: remove reference to supplying an absolute path to --javabase.
This option was removed in https://github.com/bazelbuild/bazel/commit/2ea4fa26281175c316651ec50784b820a9f409cf. Closes #4509. PiperOrigin-RevId: 186311923
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index d716bb4b72..e817628c9e 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -1830,12 +1830,12 @@ The default is <code>armeabi-v7a</code>.
is to enable cross-compilation.
</p>
-<h4 id='flag--javabase'><code class='flag'>--javabase (<var>path</var>|<var>label</var>)</code></h4>
+<h4 id='flag--javabase'><code class='flag'>--javabase (<var>label</var>)</code></h4>
<p>
- This option sets the <i>label</i> or the <i>path</i> of the base Java installation to
+ This option sets the <i>label</i> of the base Java installation to
use for running JavaBuilder, SingleJar, for <i>bazel run</i> and <i>bazel
test</i>, and for Java binaries built by <code>java_binary</code> and <code>java_test</code>
- rules. A path must be to a JDK or JRE directory that contains <code>bin/java</code>.
+ rules.
The various <a href='be/make-variables.html'>"Make" variables</a> for
Java (<code>JAVABASE</code>, <code>JAVA</code>, <code>JAVAC</code> and
<code>JAR</code>) are derived from this option.