In my project i need to split a zipfile of any size into 1MB files and then merge it to get the original file.My java code works fine upto 58MB zipfile but for the file size greater than 58MB i get the following exception
"Exception in thread "main" java.lang.OutOfMemoryError: Java heap space"
Is it possible to process a 500MB zipfile in java?
If possible how to process.
please help me to resolve this.
Thanks in advance,
Latha