java - XDocReportRegistry.getRegistry() works fine through eclipse, but doesn't work in a third party app -


i'm using xdocreport replace data in placeholders in docx file. worked fine eclipse. exported app client jar file , used in third party product. getregistry method threw exception message:

fr/opensagres/xdocreport/document/registry/xdocreportregistry

please help.

i placed xdocreport jars in 3rd party app server's common lib directory , worked fine after restarting server.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -