| Author |
Help with xerces-2_5_0
|
L Sav
Greenhorn
Joined: Nov 01, 2003
Posts: 1
|
|
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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
I think the documentation is out of synch (i.e. it should read "sax.Counter" instead of "sax.SAXCounter").
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Help with xerces-2_5_0
|
|
|