I printed a list of all the class files contained in the jars and noticed that the WordExtractor.class file was not there. It seems that the class was not included in the "binary" download, although the javadoc bundled with that download has a description for WordExtractor. I downloaded and compiled the source code to have the right jars.
Nguessan > -------- Original Message -------- > Subject: Re: WordExtractor & dependencies > From: Nick Burch <[EMAIL PROTECTED]> > Date: Wed, July 12, 2006 6:00 am > To: POI Users List <[email protected]> > > On Tue, 11 Jul 2006, [EMAIL PROTECTED] wrote: > > 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, > > ...)? > > Those are all the jars you need. It sounds like your tomcat or build > environment isn't finding the jars properly, which isn't a poi issue. > > Nick > > --------------------------------------------------------------------- > 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/ --------------------------------------------------------------------- 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/
