Skeeve
Skeeve

Reputation: 1255

odftoolkit NoClassDefFoundError exception

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

Answers (1)

Tom
Tom

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

Related Questions