Skip to content Skip to sidebar Skip to footer

Java Poi Classnotfoundexception

im trying to use the POI classes from apache to convert a dovx to txt. I included all the jars that the zip has, but i get this error: 05-21 21:32:04.508: E/dalvikvm(1977): Could

Solution 1:

Looks like you are missing a few jar's.

http://poi.apache.org/overview.html

You need:

poi-version-yyyymmdd.jar
commons-logging.jar
commons-codec.jar
log4j.jar
poi-ooxml-schemas-version-yyyymmdd.jar
xmlbeans.jar
stax-api-1.0.1.jar
dom4j.jar

Post a Comment for "Java Poi Classnotfoundexception"