Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how do i solve this error?

843835Jul 4 2002 — edited Jul 5 2002
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.apache.poi.util.POILogFactory.<clinit>(POILogFactory.java:76)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<clinit>(HSSFWorkbook.java:113)

im using HSSF from the Jakarta Project, to access an excel file to java/jsp.

i already tried setting the classpaths for the POI jar files. i tried copying the POI jar files to the web-inf/lib folder of my web server. but still no luck.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2002
Added on Jul 4 2002
4 comments
2,852 views