Subject: RE: Choosing the XSL Enginer with JDK1.4
From: "Harihara Vinayakaram" <harihara.v@xxxxxxxxx>
Date: Mon, 21 Jul 2003 20:36:32 +0530
|
I tried putting the -Xbootclasspath/p:${JAVA_HOME}/jre/lib/rt.jar
But that did not help.
The moment Xalan finds Oracle's jar in the classpath it uses the Oracle xsl engine for parsing and it is giving me a lot of errors
--Hari
Try putting the Xerces and Xalan jars in the endorsed directory or
specifying
the endorsed directory on the command line with the -Djava.endorsed.dirs=
option.
Sun has detailed documentation at
http://java.sun.com/j2se/1.4.1/docs/guide/standards/
HTH,
Joe
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|