I'm trying to get POI-HWPF working with ColdFusion so I can
read and extract text from Word documents. We don't have MS Office
installed on the server so we can't use the filesystem object and
COM.
I have the POI, POI-Contrib, and POI-Scratchpad JAR files
installed on the server and I added them to the class path through
the ColdFusion Administrator.
The following code works fine until it gets to the line where
it instantiates the HWPFDocument object. Once it gets there it
throws an "Object Instantiation Exception: An exception occurred
when instantiating a Java object. The class must not be an
interface or an abstract class. Error: ''.
Any help would be greatly appreciated!