how can I read a jar file outside the MIDlet?
Hi,
I want to write a MIDlet which reads a random jar file on the mobile phone and then process it. In order to read the content of the jar file, I need to unzip it first. But as I know, MIDP and CLDC right now do not provide jar file unzip library. I have two questions:
1. right now, is there any library outside available, whichunzip a jar file and can be used on MIDP and CLDC ?
2. In the near future, is there any plan that CLDC will support this function?
thanks,
Mia

