[Esbox-commits] r426 - www
marciom at garage.maemo.org
marciom at garage.maemo.org
Fri Feb 22 14:55:27 EET 2008
Author: marciom
Date: 2008-02-22 14:55:13 +0200 (Fri, 22 Feb 2008)
New Revision: 426
Modified:
www/index.html
www/style.css
Log:
updated instructions about how to install java
Modified: www/index.html
===================================================================
--- www/index.html 2008-02-22 02:48:17 UTC (rev 425)
+++ www/index.html 2008-02-22 12:55:13 UTC (rev 426)
@@ -171,22 +171,30 @@
<li> Maemo SDK - <a href="http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html" target="_blank">Installation Instructions</a> </li>
- <li> Sun version of Java
+ <li> Sun's Java Development Kit (JDK)
<ul>
-
-
- <li>Download and install the most recent update of J2SE
-Runtime Environment (JRE) 5.0 - <a href="http://blog.agileware.net/index.php/archives/2005/09/30/how-to-install-java-on-ubuntu-linux/" target="_blank">Installation Instructions</a></li>
-
-
- <li>You must set the Sun version of Java as default.</li>
-
-
-
+ Installing JDK in Ubuntu Gutsy:
+ <ol>
+ <li>Add the following line to your <b>/etc/apt/sources.list</b>:
+ <pre>
+ deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse
+ </pre>
+ </li>
+ <li>Install JDK 1.5.0:
+ <pre>
+ sudo apt-get update
+ sudo apt-get install sun-java5-jdk
+ </pre>
+ </li>
+ <li>Set the Java VM as default
+ <pre>
+ sudo update alternatives --config java
+ </pre>
+ and select the option with <b>/usr/lib/jvm/java-6-sun/jre/bin/java</b>
+ </li>
+ </ol>
</ul>
-
-
</li>
Modified: www/style.css
===================================================================
--- www/style.css 2008-02-22 02:48:17 UTC (rev 425)
+++ www/style.css 2008-02-22 12:55:13 UTC (rev 426)
@@ -106,7 +106,7 @@
#left ul { }
ul#left ul { list-style-position: inside; margin-left: 2px }
#left ul li { list-style-type: square; margin-left: 15px }
-#left ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
+#left ul ul li { list-style: none; margin-left: 10px; list-style-type: decimal ; list-style-position: inside }
#left .citation { background: #FFF url(images/cit1.gif) no-repeat top left; font-style: italic; padding: 10px 0px 0 35px; font-size: 1.0em }
#left .citation p { background: #FFF url(images/cit2.gif) no-repeat bottom right; padding-bottom: 20px; padding-right: 35px; color: #555; }
.torightc { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5 }
More information about the Esbox-commits
mailing list