Reputation: 1255
I've read this topic, and I've used odfdom library as was described, but I ve got an excption
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/dom/DocumentImpl
How can I deal with that? Thank you!
P.S.: Here is gist
Upvotes: 0
Views: 841
Reputation: 11
I've had the same problem. Adding xercesImpl.jar (can be found in Xerces2 Java archive on http://xerces.apache.org/mirrors.cgi#binary) to my libs has solved it.
Upvotes: 1