Hi all, I am trying to use the org.apache.poi.hwpf.extractor.WordExtractor class to extract texts from MS Word documents. It is used in a web application under Tomcat. I downloaded POI and installed the following .jar files to my application's /lib directory: poi-3.0-alpha2-20060616.jar, poi-scratchpad-3.0-alpha2-20060616.jar, poi-contrib-3.0-alpha2-20060616.jar. However, the class WordExtractor cannot be found by the compiler (compilation error). Am I missing something (dependencies, jar files, ...)?
Thank you in advance. Nguessan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
