DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11593>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11593 Running the Xerces Sample program produces error. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-08-12 16:13 ------- The problem is indeed with your classpath. The xerces.jar shipped in our tools distribution is just for bootstrapping: It allows Ant to read the build.xml file that's used to build xerces. It's actually a *very* old version of the product and it needs to be removed from you classpath; so take out the src\tools\xerces.jar file. You might also be interested to know that having the xmlParserAPIs.jar file is also somewhat superfluous, because JDK 1.4 already ships those APIs. So you could get rid of that without difficulty too if you wanted (though it won't hurt anything). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]