Hi,
I have xerces-j tools, they include xerces.jar file. I put this jar file in jre/lib/ext directory under sdk1.4. I tried to run a xml file like this:
java sax.SAXCount -v sample.xml
It did not work, it keeps giving me "NoClassDefFoundError:sax.SAXCount".
I aslo put the location og the jar file in my classpath, it did not work either.
I am wondering if sax.SAXCount program is included in xecrces.jar or not.