aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2014-09-09 13:50:18 -0700
committerClay Murphy <claym@google.com>2014-10-28 15:51:42 -0700
commitad4d7f64b426563f8ec33dfe15e6218ed44b4b55 (patch)
tree374288111067dabbefcb07e6806daa534a868cd4
parenta86269609bef41a3a1df876df0e67942a80c4af2 (diff)
downloadsource.android.com-ad4d7f64b426563f8ec33dfe15e6218ed44b4b55.tar.gz
Docs: Making the fix to the JDK path more clear.
Bug: 11446354 Change-Id: I161ad13b081873aae52c515ac8899bd1217997d5
-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>