Jason, maybe you can help me here....
I am trying to run the docx4j project I have been working on (and got working successfully!) from a grails project. I put the docx4j jar in the lib folder of the grails project, and made a call to my DocxParser class from my controller.
I get a runtime exception at the line in the controller where I make a new instance of the DocxParser
The stacktrace and more details can be found here -
http://stackoverflow.com/questions/3719 ... me-package
essentially it seems like it can't find at least some of the stuff referenced in the docx4j jar, which I can see are there.
Any ideas?