Hi,
This is first time i'm using docx4j with MAVEN. Im following the instructions on getting started guide. (java version 1.8 and OpenJDK 13)
So, Im using OpenJDK 13 i think i cannot use JAXB internal (is this right?), anyway i tried and i get a class not found exception of com.sun.xml.internal.bind.v2.ContextFactory
Because of this, Im trying now reference implementation. I tried versions 8.1.0, 8.1.1 and 11.1.0 and i get this error:
javax.xml.bind.JAXBException: namespacePrefixMapper is null
So im unable to get docx4j working with maven.
Any help?
Thanks