Hi,
I tried to use docx4j 3.3.5 in a NetBeans Plattform app. Since I do not know how to use Maven, I included the .jar files of most of the dependencies listed in the Docx4j_GettingStarted.pdf that comes in the zip folder (as Library Wrapper Module). When I opened a Word document, an error message told me, that com.google.common.collect.BiMap is missing. After adding this .jar file (without knowing what this framework does), the Word document seems ...