nightmorph 07/01/23 19:35:12 Modified: java.xml Log: added some stuff to properly install a 32-bit java plugin, per a conversation with nichoj on IRC
Revision Changes Path 1.38 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.38&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.37&r2=1.38 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- java.xml 11 Jan 2007 20:52:46 -0000 1.37 +++ java.xml 23 Jan 2007 19:35:12 -0000 1.38 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.37 2007/01/11 20:52:46 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.38 2007/01/23 19:35:12 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.13</version> -<date>2007-01-11</date> +<version>0.14</version> +<date>2007-01-23</date> <chapter> <title>What is Java?</title> @@ -533,7 +533,17 @@ </p> <p> -First, check which plug-ins are available: +To use a 32-bit plug-in, you will need to emerge <c>emul-linux-x86-java</c> with +the <c>nsplugin</c> USE flag enabled. +</p> + +<pre caption="Installing a 32-bit plug-in"> +# <i>echo "app-emulation/emul-linux-x86-java nsplugin" >> /etc/portage/package.use</i> +# <i>emerge emul-linux-x86-java</i> +</pre> + +<p> +Next, check which plug-ins are available: </p> <pre caption="Viewing available plug-ins"> -- [email protected] mailing list
