Decompressing a zipped file

My application is working fine for Decompressing file which file has already compressed using winzip. But if the zipped(compressed) file size is 2GB, it is giving an IO exception.

I came to know that Truezip will work fine for upto 4GB Compressed file.

Can you anyone suggest me how I have to handle if a compressed file having the size of more than 4GB .

Thanks

[390 byte] By [karthikr_2000a] at [2007-10-3 10:26:10]
# 1
Are you using FAT32 file system? It doesn't support a file >= 2GB.
AmitavaDeya at 2007-7-15 5:48:18 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...