aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2014-09-11 17:39:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-11 17:39:25 +0000
commit11a39d4a7169c6cef3824d0312a4054c07016b0b (patch)
treefe7d47138236b12d3982554379b2cf41742e5d33
parentd7c175ff4bb200c9ae373c18d30a458871fb52e4 (diff)
parent00f6eb0f73fc321444a21c2b8381e812b797d2b8 (diff)
downloadsource.android.com-11a39d4a7169c6cef3824d0312a4054c07016b0b.tar.gz
Merge "Docs: Making the fix to the JDK path more clear. Bug: 11446354"
-rw-r--r--src/source/building-running.jd8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/source/building-running.jd b/src/source/building-running.jd
index 905b94e4..ed8c4b79 100644
--- a/src/source/building-running.jd
+++ b/src/source/building-running.jd
@@ -162,15 +162,13 @@ Please follow the machine setup instructions at
https://source.android.com/source/download.html
************************************************************
</code></pre>
-<p>This may be caused by</p>
+<p>This may be caused by:</p>
<ul>
<li>
-<p>failing to install the correct JDK as specified in <a href="initializing.html">Initializing the Build Environment</a>.</p>
+<p>Failing to install the correct JDK as specified in <a href="initializing.html">Initializing the Build Environment</a>.</p>
</li>
<li>
-<p>another JDK that you previously installed appearing in your path. You can remove the offending JDK from your path with:</p>
-<pre><code>$ export PATH=${PATH/\/path\/to\/jdk\/dir:/}
-</code></pre>
+<p>Another JDK previously installed appearing in your path. Prepend the correct JDK to the beginning of your PATH or remove the problematic JDK.</p>
</li>
</ul>
<h3 id="python-version-3">Python Version 3</h3>