D. Alvarado wrote: >Hello, > I'm trying to use the HSSF modules to create Excel spreadsheets, but I'm running >into a little >problem. I've included the following in my CLASSPATH: > >poi-hssf.jar >hssf-serializer.jar >poi-poifs.jar >poi-util.jar >poi-cocoon.jar >poi-xml.jar, > >but I get this NoClassDefFoundError: org/apache/log4j/Category. Where can I download >this module, >or what is the name of the ".jar" that it lives in and I can just go search for it on >the web. > >For what it's worth, I'm using JDK 1.2.2 on a Win2000 machine, but that info probably >doesn't >matter. > >Thanks, Dave A. > The jar file is in the distribution (lib/core/log4j.jar) and needs to be added to your CLASSPATH.
Marc
