Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] XML Parsers: emotional problems?

Hello,

I´m writing a Eclipse plugin, and it needs a XML parser... the problem: whenever I try to use JDOM or Xerces, I get the same error:

(snip)

!ENTRY org.eclipse.ui 4 4 Sep 10, 2004 03:32:42.515
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 Sep 10, 2004 03:32:42.515
!MESSAGE org/apache/xerces/parsers/DOMParser
!STACK 0
java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser

(snip)

That´s one from using Xerces. If I try to use JDOM, the second message is the only diff (org/jdom/Component, for example). But, if I try using DOM4J... well, it just works.


Does anyone know anything about it?  :)

Regards,


Arthur Casals


Back to the top