i have a code to generate word files in Java with IntelliJ idea using docx4j library wich it work great in java 8 but when i did migrate to java 9 or 10 i get
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
that i can't get rid off i tried adding Moxy to library , class path but still the same exception i looked in this simular problem but didn't work for me docx4j JXABException