Hi,
I have a J2ME app and need to bundle a 25MB file with it.
If I throw it into the application jar I will probably get an OutOfMemory exception on cheaper phones.
Is it possible to bundle it into sort of a super-jar (app and data)
or can I trigger the automatical installation of the data file in the jad?
Thank you
Marcel

Reply With Quote

