I am getting below mentioned exception while working with excel file of 10000 rows and 10 columns in UNIX server where as the same code is working fine in windows environment. I have tried changing the heap size but did not help.
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 239915008
at jxl.read.biff.CompoundFile.readData(CompoundFile.java:410)
at...
2009-07-23 06:00:58 UTC in jxl