Hi
I am using dom4j in grails project for parsing xml. but I think jaxen.jar is missing , I am getting following error.
Exception in thread "main" java.lang.NoClassDefFoundError: org/jaxen/JaxenException
at org.dom4j.DocumentFactory.createXPath(DocumentFact ory.java:230)
at org.dom4j.tree.AbstractNode.createXPath(AbstractNo de.java:207)
at org.dom4j.tree.AbstractNode.selectNodes(AbstractNo de.java:164)
Do I need to add any dependency so that this is added to my classpath?


Reply With Quote
... miscommunication.
