| 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.24 2006/06/24 19:06:34 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.25 2006/07/13 06:29:21 rane 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 | |
| … | |
… | |
| 432 | fi</i> |
432 | fi</i> |
| 433 | </pre> |
433 | </pre> |
| 434 | |
434 | |
| 435 | <p> |
435 | <p> |
| 436 | If you really want a system wide or user default classpath you can add |
436 | If you really want a system wide or user default classpath you can add |
| 437 | something like like the following to your shell's profile. But we would advise |
437 | something like the following to your shell's profile. But we would advise |
| 438 | against it. |
438 | against it. |
| 439 | </p> |
439 | </p> |
| 440 | |
440 | |
| 441 | <pre caption="Setting classpath"> |
441 | <pre caption="Setting classpath"> |
| 442 | # <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i> |
442 | # <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i> |