Hi,

I had to use poi-3.5-beta1 for working with .xlsm files.
I use jdk 1.4.2

My java source compilation fails with the following exception.
    [javac] util\FileUploadHelper.java:12: cannot access
org.apache.poi.hssf.usermodel.HSSFCell
    [javac] bad class file:
lib\poi-3.5-beta1-20080718.jar(org/apache/poi/hssf/usermodel/HSSFCell.cl
ass)
    [javac] class file has wrong version 49.0, should be 48.0
    [javac] Please remove or make sure it appears in the correct
subdirectory of  the classpath.
    [javac] import org.apache.poi.hssf.usermodel.HSSFCell;
    [javac]                                      ^
    [javac] 1 error

Please let me know if we have to use only JDK 1.5 for working with
poi-3.5?

Thanks,
Nagaraj


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to