On Tue, 24 Nov 2009, [email protected] wrote:
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
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]