NoClassDefFoundError for apache poi HWPF 5.0

151 Views Asked by At

I need to add support of word document editing in standalone jar. I add apache-poi-poi-5.0.0.jar and poi-scratchpad-5.0.0.jar to class path libraries and classpath. But still got this error on execuition. What i miss in configuration? libraries class path artifacts error I use IDEA ide.

1

There are 1 best solutions below

0
On BEST ANSWER
  1. Add maven to project
  2. Build uberjar with http://maven.apache.org/plugins/maven-shade-plugin/