Hello,
I have been working in a java project with Eclipse (Juno version), with docx4j.
Within the Eclipse environment the project runs perfectly, but when i create an executable jar form it trhows an JacaClass NotFound Exeption with Batik. ("java.lang.NoClassDefFoundError: org/apache/batik/bridge/UserAgent").
I tried to add the Batik FOP jar to the prject buildpath, but i have a similar problem, Runs perfectly on Eclipse but it throws an Exeption ("org.docx4j.openpackaging.exceptions.Docx4JException: Error checking image format") from the executable jar.
I tried changing the java version from 1.6 to 1.7 but the problem persist.
I dont know what i need to do to create a functional Executable jar.
Thanks,
Sorry about my english, is not my first language.