Well, the
NoClassDefFoundError normally means that the class it is looking for is not in the classpath. So, I took the missing class name and put it into the
jar finder service and the most likely looking
jar file that you have missing is dom4j fron version 1.3 upwards.
However, looking inside the dom4j.jar file I see that the package structure is incorrect for the class file that you need (maybe jar finder service has it listed incorrectly). So I checked in
jaxen-1.1.jar and it is in there.
Download the
jaxen-1.1.jar file and add it to your lib folder. Hopefully that will work.