Fri, 18 Jan 2008 09:20:50 -0500, /Weston, Steven/:

I'm trying to implement the newer Xerces SAX 2.9 parser. For ease of use (at least I thought) I used the provided instructions to create a single xerces.jar file from the 2.9 components. From what I read it looked like this should allow me to do a straight replacement of the older 1.x xerces.jar with this new one. However, when I try to compile my code I'm getting an error about the Attributes2 class. The top few lines from the error stack are as follows…

ava.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2
        at java.lang.ClassLoader.defineClass0(_Native Method_)
        at java.lang.ClassLoader.defineClass(_ClassLoader.java:539_)
        at 
java.security.SecureClassLoader.defineClass(_SecureClassLoader.java:123_)
        at java.net.URLClassLoader.defineClass(_URLClassLoader.java:251_)

Can anyone tell me how to resolve this compile issue so I can implement the newer parser?

I'm confused by your use of the word "implement" - do you mean "to build", instead?

The error you've given doesn't seem like compilation error, but a trace from run-time error - am I correct?

--
Stanimir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to