--- From jdk1.4-src/hotspot/src/share/vm/runtime/arguments.cpp --- // Constructs the system class path (aka boot class path) from the following // components, in order: // // prefix // from -Xbootclasspath/p:... // endorsed // the expansion of -Djava.endorsed.dirs=... // base // from os::get_system_properties() or -Xbootclasspath= // suffix // from -Xbootclasspath/a:... // // java.endorsed.dirs is a list of directories; any jar or zip files in the // directories are added to the sysclasspath just before the base.
-----Original Message----- From: Florian Deissenboeck [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 2:24 AM To: LAMY Olivier; [EMAIL PROTECTED] Subject: RE: Using xalan 2.4.1 with jdk1.4.1 Hi, with JDK 1.4 I had to put xalan.jar in %JAVA_HOME%/jre/lib/endorsed. See http://java.sun.com/j2se/1.4/docs/guide/standards/ for description of endorsed mechanism. Flo > In fact, xalan Xalan Java 2.2.D11 looks to be included in the > sun's rt.jar. > How to force Tomcat to use the xalan.jar which I have put in the > directory : > CATALINA_HOME\common\lib > Thanks a lot, > Olivier >