On Wed, Jul 30, 2008 at 1:54 AM, <toad at freenetproject.org> wrote: > Author: toad > Date: 2008-07-29 17:54:03 +0000 (Tue, 29 Jul 2008) > New Revision: 21488 > > Modified: > trunk/website/pages/en/faq.php > Log: > Open a root terminal > > Modified: trunk/website/pages/en/faq.php > =================================================================== > --- trunk/website/pages/en/faq.php 2008-07-29 17:47:22 UTC (rev 21487) > +++ trunk/website/pages/en/faq.php 2008-07-29 17:54:03 UTC (rev 21488) > @@ -314,7 +314,7 @@ > <p><b id="openjdk">Problems installing with OpenJDK</b><br> > <p>Some versions of OpenJDK, particularly the one included with Ubuntu 8.04, > have some problems with SSL which cause the installer to fail. Please install > -the Sun JRE, at least version 5. On Ubuntu or Debian, open a terminal and > type:</p> > +the Sun JRE, at least version 5. On Ubuntu or Debian, open a root terminal > and type:</p> > <pre> > apt-get install sun-java5-jre > update-alternatives --config java
`update-alternatives --config java` would mess up mozilla java plugin. use `update-java-alternative --set java-6-sun` instead and Ubuntu fans prefer `sudo xxxxx' over open a root terminal .
