I have an application to create .docx files. It works perfectly fine on my local PC, but gives error on java-web-start:
java.lang.NoClassDefFoundError: org/docx4j/fonts/Mapper
Caused by: java.lang.ClassNotFoundException: org.docx4j.fonts.Mapper
Application gives that error when I click my "create docx" button, other features(my gui, db connections..) still work fine. Clicking the button, application opens an existing docx file, adds a table to it and saves the file on my local PC.
Actually 'missing' class is there in docx4j-2.7.0.jar, ...