You can either update the CLASSPATH variable to include the three jar files, or you can install the JAR files as an extension to Java 2.
To update the CLASSPATH variable, add the following entry to the
variable (where $XML
is the base directory in which the XML
library is installed):
$XML/jaxp.jar:$XML/crimson.jar:$XML/xalan.jar
$XML\jaxp.jar;$XML\crimson.jar;$XML\xalan.jar
To install these JAR files as an extension of Java 2, copy them to
the $JAVA_HOME/jre/lib/ext
directory. (The
JAVA_HOME
directory is the one that contains
bin/java
.) This eliminates the need to modify class
paths. (This technique may also be used with the Java Plug-in.)