Hi Reji,
The build fails. Here is the log.
Unable to locate tools.jar. Expected to find it in C:\Program
Files\Java\jre6\lib\tools.jar
Are you sure you have the JDK installed?
However, looking back at your original error of
UnsupportedClassVersionError, that's almost always caused by trying
to use a library / class built on a newer JDK with an older JVM (a
newer JVM's always fine though). In the case of POI 3.5, you need
Java 1.5 or newer. The error you received is almost always caused by
people trying to run POI 3.5 on Java 1.3 or 1.4
As Nick points out, and as you confirmed you are running Java 1.4.
You need to install Java 1.5 or 1.6.
You do not need to build POI yourself. Sorry for any confusion. Let us
know how you do with a newer JDK. I'll be considering improvements in
the poi site to help the next person who encounters your issue. This
will at least be on the FAQ page, and possibly on the Build.
Regards,
Dave
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]