- Code: Select all
java.util.concurrent.ExecutionException:java.lang.NoClassDefFoundError: org/apache/james/mime4j/parser/ContentHandler
I noticed that in "optional/ImportXHTML" folder there is no dependency apache-mime4j-core-0.8.11.jar and I added it to the project from docx4j-community-8.3.11 (there it is), but it did not help.
When I worked with XHTMLImporter 8.3.11, I didn't have this problem.