hi, > I'm using JDK1.2.2 and according to the doc, I don't think I need to set up > the CLASSPATH. In any case, I still get the same error when I set the > CLASSPATH=/xerces/class. > Is that a metaphor or you really tried /xerces/class as the classpath ? Your java vm will not find the class files except if you put them in the <java-jdk-dir>/jre/lib/ext directory or if they are in the current directory. So you must set the classpath to the jar containing the examples. I remember that the documentation (readme) says you dont have to set it when *building* xerces.
I hope this help, David
