Hi,
I'm working in a company who needs to create dynamic *.docx files. I've reached to run an example with docx4j 2.7.1 jar and Java 6. But the problem is that we are using a Tomcat web server to run the app. The server uses java 1.4.2 which is not compatible with docx4j (this requires java 6 because the Jaxb dependencies).
Now, I'm trying to compile docx4j 2.7.1 sources into my ide (we are using ...