I m calling a
java program from another java class:
in this main class i m calling some code to pack a zip file (of the size of around 100MB)
On running this class i m getting the following error:
Although the zip is created properly.
I guess the above error is because of memory not sufficient while running the Main class. Now for running the callee, i cud have set the memory but if i want to set the memory variable just before calling
in the callee code, how can it be done?