| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.53 2011/11/15 19:03:31 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.54 2012/07/24 12:12:51 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Gentoo Java Guide</title> |
6 | <title>Gentoo Java Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 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>4</version> |
27 | <version>5</version> |
| 28 | <date>2011-11-15</date> |
28 | <date>2012-07-24</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> |
| … | |
… | |
| 112 | </p> |
112 | </p> |
| 113 | |
113 | |
| 114 | <p> |
114 | <p> |
| 115 | Some JDKs and JREs, including the Sun packages, require accepting an End User |
115 | Some JDKs and JREs, including the Sun packages, require accepting an End User |
| 116 | License Agreement, or EULA. If its license (such as dlj-1.1) is not listed in |
116 | License Agreement, or EULA. If its license (such as dlj-1.1) is not listed in |
| 117 | ACCEPT_LICENSE in <path>/etc/make.conf</path>, then you won't be able to install |
117 | ACCEPT_LICENSE in <path>/etc/portage/make.conf</path>, then you won't be able to install |
| 118 | the JDK/JRE. For more information on how to add acceptable licenses to |
118 | the JDK/JRE. For more information on how to add acceptable licenses to |
| 119 | <path>make.conf</path>, please read the <uri |
119 | <path>make.conf</path>, please read the <uri |
| 120 | link="/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4">Portage |
120 | link="/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4">Portage |
| 121 | Handbook</uri>. |
121 | Handbook</uri>. |
| 122 | </p> |
122 | </p> |