Hi,
I have a question. I installed xerces-2_5_0 and I set the CLASSPATH to
".;C:\j2sdk1.4.2_01\JRE\LIB\ETC\TOOLS.JAR;C:\xerces-2_5_9\xercesImpl.jar;C:\xerces-2_5_0\xercesSamples.jar;C:\xerces-2_5_0\xerces-apis.jar;
My
java path is set PATH C:WINDOWS\COMMAND;C:WINDOWS;C:\j2sdk1.4.2_01\bin
Running
test according the instruction:
C:\xerces-2_5_0>java sax.SAXCounter data/personal.xml
I got error:
Exception in
thread "main" java.lang.NoClassDefFoundError:sax/SAXCounter
I have Counter, not Saxcounter file.
Thnks
L