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 ...