Monday, June 7, 2010

Exception in thread "main" java.lang.NoClassDefFoundError: org/jaxen/JaxenException

Faced trouble with this exception while trying to do org.dom4j.Document.selectNodes() on a XML. Turns out you just need to include jaxen.jar in the referenced libraries of your Java app because dom4j.jar has a dependency on it. It's a Runtime exception so it's a little bit frustrating to trace.

No comments: