aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
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.