I use docx4j API in my web application to create table.
I am using Eclipse environment and no exceptions thrown duing run time, but no table is
created at the word doc output. when i debug, i found this exeption
java.lang.NoClassDefFoundError: org/docx4j/openpackaging/packages/WordprocessingMLPackage
I have included all the Jar files and its working perfect in normal java application.
how to fix this ?