java.lang.NoClassDefFoundError with Xalan and Xerces
843834Mar 7 2002 — edited Mar 10 2002Hi
I am using Xerces and Xalan to transform an xml file but keep getting
an exception:
DOS>java org.apache.xalan.xslt.Process
-in family.xml -xsl family.xsl -out family.out
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xalan/xslt/Process
xerces.jar and xalan.jar (and xalansamples.jar) are in CLASSPATH
E:\Cisc 499\xalan-j_2_3_1>echo %classpath%
c:\jdk1.2.2\java\classes.zip;c:\program files\javasoft\jre\1.2.1_02;E:\cisc 499\
xalan-j_2_3_1\bin
Your help is appreciated!! thanks
nidhi