| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.13 2005/02/07 19:27:44 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.14 2005/03/06 12:08:19 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/java.xml"> |
5 | <guide link="/doc/en/java.xml"> |
| 6 | <title>Gentoo Java Guide</title> |
6 | <title>Gentoo Java Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 20 | Java with Gentoo Linux. |
20 | Java with Gentoo Linux. |
| 21 | </abstract> |
21 | </abstract> |
| 22 | |
22 | |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>0.1.5</version> |
25 | <version>0.1.6</version> |
| 26 | <date>2005-02-07</date> |
26 | <date>2005-03-06</date> |
| 27 | |
27 | |
| 28 | <chapter> |
28 | <chapter> |
| 29 | <title>What is Java?</title> |
29 | <title>What is Java?</title> |
| 30 | <section> |
30 | <section> |
| 31 | <title>Overview</title> |
31 | <title>Overview</title> |
| … | |
… | |
| 71 | <li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li> |
71 | <li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li> |
| 72 | </ul> |
72 | </ul> |
| 73 | |
73 | |
| 74 | <p> |
74 | <p> |
| 75 | The default is the Blackdown JRE/JDK |
75 | The default is the Blackdown JRE/JDK |
| 76 | pair, as it is freely (beer) available without any registration fuss. |
76 | pair, as it is freely ("free as in beer") available without any registration |
|
|
77 | fuss. |
| 77 | </p> |
78 | </p> |
| 78 | |
79 | |
| 79 | <p> |
80 | <p> |
| 80 | Both the Sun JRE/JDK and the IBM JRE/JDK are generally faster, but getting them |
81 | Both the Sun JRE/JDK and the IBM JRE/JDK are generally faster, but getting them |
| 81 | is a bit more work, as you are required to read and accept their license before |
82 | is a bit more work, as you are required to read and accept their license before |