diff options
author | Scott Main <smain@google.com> | 2010-04-12 16:09:28 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-04-12 16:09:28 -0700 |
commit | 3f371793287b6f10badc018fb9eaca33ac51a8e7 (patch) | |
tree | 4b54db5ddfa775875a02bd399616ad69470bc313 /docs | |
parent | b9e3e4ce7e8e57a28ce15680d406c83cba1eb63a (diff) | |
parent | ef4ca4534094f490e76ed234eeab367e0824b743 (diff) | |
download | frameworks_base-3f371793287b6f10badc018fb9eaca33ac51a8e7.zip frameworks_base-3f371793287b6f10badc018fb9eaca33ac51a8e7.tar.gz frameworks_base-3f371793287b6f10badc018fb9eaca33ac51a8e7.tar.bz2 |
Merge "docs: fix bug 2590728" into froyo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/installing.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/installing.jd b/docs/html/sdk/installing.jd index abf36c7..1099c3c 100644 --- a/docs/html/sdk/installing.jd +++ b/docs/html/sdk/installing.jd @@ -529,7 +529,7 @@ samples, you'll find them in <code>apt-get:</code>: <pre>apt-get install ia32-libs</pre> </li> - <li>Next, install Java: <pre>apt-get install sun-java6-bin</pre></li> + <li>Next, install Java: <pre>apt-get install sun-java6-jdk</pre></li> <li>The Ubuntu package manager does not currently offer an Eclipse 3.3 version for download, so we recommend that you download Eclipse from eclipse.org (<a |