I am converting the code from Java 8 to Java 17 in NetBeans and at the same time I am switching to docx4j-community-11.5.2. I have added all the necessary dependencies from docx4j-community (docx4j-core, docx4j-openxml-*, from "dependencies" and "ImportXHTML" folders) to the project and, according to the instructions, I have added all the jar files from the docx4j-JAXB-ReferenceImpl-11.5.2.zip package. When using JAXB elements in the code, I have added the jakarta.xml.bind. import everywhere.
The project ...

News of Forums