Issues with DOM4J classes when developing Jabber Components

Hello,

I am encountering the following error when I try to launch a component. I am not sure which version of dom4j jar is needed.
Can some one help asap?

Exception in thread “main” java.lang.NoClassDefFoundError: org/dom4j/io/XPPPacketReader

at org.jivesoftware.whack.ExternalComponent.connect(

ExternalComponent.java:160
)

Thanks in advnace

Hanu

1 Like

BUMP

Did you ever resolve this problem? I’m having the same issue. I downloaded dom4j-1.6.1.jar and added it to the classpath after renaming the file to dom4j.jar to no avail.

Best,

Barry

Ahh… I think issue solved. Grabbed the file from svn:

https://svn.igniterealtime.org/svn/repos/whack/trunk/source/java/org/dom4j/io/XP PPacketReader.java

1 Like