Skip to Content
0
Former Member
Sep 25, 2003 at 12:04 PM

Using Struts-Framework on WAS 6.30

44 Views

Hello,

I have a web app with struts. But after deploying there's an exception:

java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException

So I try to deploy the application with the sapxmltoolkit.jar, xerces.jar (1.3.1), and so on. Then there's an other exception:

java.lang.LinkageError: loader constraints violated when linking org/xml/sax/SAXParseException class

Can anybody help me?

Thanks!