rane 05/09/29 18:22:22 Modified: xml/htdocs/doc/en java.xml Log: #107293: switching deprecated mozilla USE flag to browserplugin, removing CLASSPATH setting (not supported anymore) and adding info about gentoo-java mailing list
Revision Changes Path 1.16 +5 -65 xml/htdocs/doc/en/java.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- java.xml 23 Mar 2005 13:40:23 -0000 1.15 +++ java.xml 29 Sep 2005 18:22:22 -0000 1.16 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.15 2005/03/23 13:40:23 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.16 2005/09/29 18:22:22 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -22,8 +22,8 @@ <license/> -<version>0.1.6</version> -<date>2005-03-06</date> +<version>0.1.7</version> +<date>2005-09-29</date> <chapter> <title>What is Java?</title> @@ -193,66 +193,6 @@ </body> </section> - -<section> -<title>Setting a default CLASSPATH</title> -<body> - -<p> -<c>java-config</c> can also be used to set a system-wide default CLASSPATH, and -of course a user-specific default CLASSPATH. -</p> - -<p> -First you want to list available java libraries that might be interesting to put -in your CLASSPATH. Here is an example of output: -</p> - -<pre caption="Listing classes"> -# <i>java-config --list-available-packages</i> -[bsh] BeanShell is a small, free, embeddable, Java -source interpreter with object scripting language -features. (/usr/share/bsh/package.env) -[oro] A set of text-processing Java classes that -provide Perl5 compatible regular expressions, AWK-like -regular expressions, glob expressions, and utility -classes for performing substitutions, splits, filtering -filenames, etc. (/usr/share/oro/package.env) -[bcel] The Byte Code Engineering Library: analyze, create, -manipulate Java class files (/usr/share/bcel/package.env) -[jsch] JSch is a pure Java implementation of SSH2. -(/usr/share/jsch/package.env) -... -</pre> - -<p> -Again, the name in brackets <path>"[]"</path> are the IDs that you have to pass -to <c>java-config --set-system-classpath</c>. Here is an example: -</p> - -<pre caption="Setting classpaths"> -# <i>java-config --set-system-classpath=log4j,java-gtk,java-gnome</i> -</pre> - -<note> -The current directory (.) will not be part of the system classpath, as that -should be added in root's login profile. -</note> - -<p> -Again, you will want to run <c>env-update</c> to update your system's -environment, and you might also want to relogin or resource the -<path>/etc/profile</path>. -</p> - -<p> -For users, <c>java-config --set-user-classpath</c> will create -<path>~/.gentoo/java-env-classpath</path>, which is automatically included -by <path>~/.gentoo/java-env</path>. -</p> - -</body> -</section> </chapter> <chapter> @@ -275,7 +215,7 @@ <ul> <li>The <b>java</b> flag adds support for Java in a variety of programs.</li> -<li>The <b>mozilla</b> flag adds support for Mozilla-like browsers (including Firefox) +<li>The <b>browserplugin</b> flag adds support for Mozilla-like browsers (including Firefox) if you are using blackdown's Java kit. You will need this for viewing Java applets in your Mozilla-like browser.</li> </ul> @@ -305,7 +245,7 @@ <ul> <li>The <uri link="http://news.gmane.org/gmane.linux.gentoo.devel" >gentoo-dev</uri>, <uri link="http://news.gmane.org/gmane.linux.gentoo.user" ->gentoo-user </uri> mailing list archives</li> +>gentoo-user </uri> and <uri link="http://news.gmane.org/gmane.linux.gentoo.java">gentoo-java</uri> mailing list archives</li> <li>#gentoo and #gentoo-java on irc.freenode.net</li> <li><uri link="http://en.wikipedia.org/wiki/Java_programming_language">Wikipedia's entry for Java</uri></li> </ul> -- [email protected] mailing list
