简体   繁体   中英

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!

PS: Here is gist

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM