swift 08/05/23 20:07:51 Modified: java.xml Log: Coding style
Revision Changes Path 1.41 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.40&r2=1.41 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- java.xml 2 Jan 2008 01:41:02 -0000 1.40 +++ java.xml 23 May 2008 20:07:51 -0000 1.41 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.40 2008/01/02 01:41:02 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.41 2008/05/23 20:07:51 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -121,12 +121,12 @@ </table> <!-- -TODO: list free implementations? +TODO: list free implementations? note about not drop-in replacements -kaffe/sablevm/gcj/jamvm +kaffe/sablevm/gcj/jamvm --> <p> -The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely +The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely ("free as in beer") available without any registration fuss. </p> @@ -439,7 +439,7 @@ <p> For users, <c>java-config --set-user-classpath</c> will create <path>~/.gentoo/java-env-classpath</path>, which you should then source from -your shell's profile. +your shell's profile. </p> <pre caption="Sourcing user specific classpath"> @@ -455,7 +455,7 @@ </p> <pre caption="Setting classpath"> -# <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i> +# <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i> </pre> </body> @@ -523,8 +523,8 @@ <body> <p> -If you are running a mixed 64-bit and 32-bit multilib system (for example, on AMD64), -you can only use 32-bit Java plugins. +If you are running a mixed 64-bit and 32-bit multilib system (for example, on +AMD64), you can only use 32-bit Java plugins. </p> <p> -- [email protected] mailing list
