| 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.31 2006/09/08 10:49:38 fox2mike Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.32 2006/09/10 21:30:58 nightmorph 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 | |
| … | |
… | |
| 22 | |
22 | |
| 23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 25 | <license/> |
25 | <license/> |
| 26 | |
26 | |
| 27 | <version>0.8</version> |
27 | <version>0.9</version> |
| 28 | <date>2006-09-08</date> |
28 | <date>2006-09-10</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>What is Java?</title> |
31 | <title>What is Java?</title> |
| 32 | <section> |
32 | <section> |
| 33 | <title>Overview</title> |
33 | <title>Overview</title> |
| … | |
… | |
| 198 | <!-- |
198 | <!-- |
| 199 | TODO: list free implementations? |
199 | TODO: list free implementations? |
| 200 | note about not drop-in replacements |
200 | note about not drop-in replacements |
| 201 | kaffe/sablevm/gcj/jamvm |
201 | kaffe/sablevm/gcj/jamvm |
| 202 | --> |
202 | --> |
| 203 | |
|
|
| 204 | <p> |
|
|
| 205 | The default is Blackdown for both the JRE and the JDK, as it is freely ("free |
|
|
| 206 | as in beer") available without any registration fuss. |
|
|
| 207 | </p> |
|
|
| 208 | |
|
|
| 209 | <p> |
203 | <p> |
| 210 | The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely |
204 | The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely |
| 211 | ("free as in beer") available without any registration fuss. |
205 | ("free as in beer") available without any registration fuss. |
| 212 | </p> |
206 | </p> |
| 213 | |
207 | |