0

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

Skeeve
  • 1,205
  • 3
  • 16
  • 31

1 Answers1

1

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.

Tom
  • 11
  • 1