From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EL33S-0001XW-7e for garchives@archives.gentoo.org; Thu, 29 Sep 2005 18:22:50 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8TIFDfm020479; Thu, 29 Sep 2005 18:15:13 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8TIFC0V006120 for ; Thu, 29 Sep 2005 18:15:13 GMT Message-Id: <200509291815.j8TIFC0V006120@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EL33E-0006gy-SM for gentoo-doc-cvs@lists.gentoo.org; Thu, 29 Sep 2005 18:22:37 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 29 Sep 2005 18:22:22 +0000 From: "Lukasz Damentko" Date: Thu, 29 Sep 2005 18:22:22 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: java.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 89378085-d858-4815-baa5-a18ca0cd0ef2 X-Archives-Hash: 57d4e3a67e477783b439373bb2e3190f 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 @@ - + @@ -22,8 +22,8 @@ -0.1.6 -2005-03-06 +0.1.7 +2005-09-29 What is Java? @@ -193,66 +193,6 @@ - -
-Setting a default CLASSPATH - - -

-java-config can also be used to set a system-wide default CLASSPATH, and -of course a user-specific default CLASSPATH. -

- -

-First you want to list available java libraries that might be interesting to put -in your CLASSPATH. Here is an example of output: -

- -
-# java-config --list-available-packages
-[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)
-...
-
- -

-Again, the name in brackets "[]" are the IDs that you have to pass -to java-config --set-system-classpath. Here is an example: -

- -
-# java-config --set-system-classpath=log4j,java-gtk,java-gnome
-
- - -The current directory (.) will not be part of the system classpath, as that -should be added in root's login profile. - - -

-Again, you will want to run env-update to update your system's -environment, and you might also want to relogin or resource the -/etc/profile. -

- -

-For users, java-config --set-user-classpath will create -~/.gentoo/java-env-classpath, which is automatically included -by ~/.gentoo/java-env. -

- - -
@@ -275,7 +215,7 @@
  • The java flag adds support for Java in a variety of programs.
  • -
  • The mozilla flag adds support for Mozilla-like browsers (including Firefox) +
  • The browserplugin 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.
@@ -305,7 +245,7 @@
  • The gentoo-dev, gentoo-user mailing list archives
  • +>gentoo-user and gentoo-java mailing list archives
  • #gentoo and #gentoo-java on irc.freenode.net
  • Wikipedia's entry for Java
-- gentoo-doc-cvs@gentoo.org mailing list