Hi,
I have implementing merged mail document DocToPdf using docx4j pakage exception comes as in line
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage
.load(new java.io.File(fileIN));
Exception : The type initializer for 'org.docx4j.openpackaging.packages.WordprocessingMLPackage' threw an exception.
innerException : The type initializer for 'org.docx4j.openpackaging.packages.OpcPackage' threw an exception.
Please give solution
Thanks.