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 1EL38U-0003Iy-7W for garchives@archives.gentoo.org; Thu, 29 Sep 2005 18:28:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8TIKN16027979; Thu, 29 Sep 2005 18:20:23 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 j8TIKMJI027460 for ; Thu, 29 Sep 2005 18:20:22 GMT Message-Id: <200509291820.j8TIKMJI027460@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 1EL38E-0005PU-FN for gentoo-doc-cvs@lists.gentoo.org; Thu, 29 Sep 2005 18:27:46 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 29 Sep 2005 18:27:32 +0000 From: "Lukasz Damentko" Date: Thu, 29 Sep 2005 18:27:32 +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: c0baa61d-3ddc-4bb2-aebd-d801b19a270b X-Archives-Hash: b045e9aa19d1fe9b009539bd6148f06b rane 05/09/29 18:27:32 Modified: xml/htdocs/doc/en java.xml Log: fixed coding style, no content change Revision Changes Path 1.17 +37 -26 xml/htdocs/doc/en/java.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.17&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.17&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- java.xml 29 Sep 2005 18:22:22 -0000 1.16 +++ java.xml 29 Sep 2005 18:27:31 -0000 1.17 @@ -1,5 +1,5 @@ - + @@ -64,11 +64,11 @@

    -
  • blackdown-jre and blackdown-jdk, the Blackdown Java Kit
  • -
  • sun-jre-bin and sun-jdk, Sun's Java Kit
  • -
  • ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit
  • -
  • compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU
  • -
  • jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit
  • +
  • blackdown-jre and blackdown-jdk, the Blackdown Java Kit
  • +
  • sun-jre-bin and sun-jdk, Sun's Java Kit
  • +
  • ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit
  • +
  • compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU
  • +
  • jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit

@@ -90,7 +90,6 @@ -

Installing the Sun/IBM JRE/JDKs @@ -171,8 +170,9 @@

-Once you have issued java-config --set-system-vm with a particular VM ID, -you will need to regenerate your /etc/profile.env. You can do it like this: +Once you have issued java-config --set-system-vm with a particular VM +ID, you will need to regenerate your /etc/profile.env. You can do +it like this:

@@ -187,8 +187,8 @@
 

As a regular user, you can use java-config --set-user-vm, which will create ~/.gentoo/java-env with all required env vars. You would -normally source this from your shell's startup script -(generally ~/.bashrc). +normally source this from your shell's startup script (generally +~/.bashrc).

@@ -202,8 +202,8 @@

-For more information regarding USE flags, refer to the -USE flags +For more information regarding USE flags, refer to the USE flags chapter from the Gentoo Handbook.

@@ -214,10 +214,12 @@
    -
  • The java flag adds support for Java in a variety of programs.
  • -
  • 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.
  • +
  • The java flag adds support for Java in a variety of programs.
  • +
  • + 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. +
@@ -231,23 +233,32 @@
    -
  • java-config man page
  • -
  • java-config --help
  • -
  • The /usr/bin/java-config script itself
  • +
  • java-config man page
  • +
  • java-config --help
  • +
  • The /usr/bin/java-config script itself
-
Online resources +
    -
  • The gentoo-dev, gentoo-user and gentoo-java mailing list archives
  • -
  • #gentoo and #gentoo-java on irc.freenode.net
  • -
  • Wikipedia's entry for Java
  • +
  • + The gentoo-dev, + 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