From: "Thomas Linden" <[EMAIL PROTECTED]>
> Hi,
>
> I found the POI project, which seems to be the thing I was always
> looking for :-) Thanks for this great classes!
>
> But I have one problem with the software. It complains about some
> classes which I do not have installed here:
>
> scip@monster: $ ./jzeff
> Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/log4j/Category
> at
net.sourceforge.poi.hssf.usermodel.HSSFWorkbook.<clinit>(HSSFWorkbook.java:1
27)
> at Jzeff.<init>(Jzeff.java:115)
> at Jzeff.main(Jzeff.java:367)
You are using an old version of the classes, as the stacktrace shows, and
some days ago we upgraded POI with the possibility of using whatever logging
system you prefer, or let it go silent.
Get the latest code from CVS, which is the most bug free ATM, or wait for
the -soon-to-come- first real release here at Jakarta.
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------