how do i solve this error?
843835Jul 4 2002 — edited Jul 5 2002java.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.