Hi all.
I'm trying to get my midlet working in MIDP 1.0 environment , with the function to download another midlet from a URL.
In MIDP 2.0, this can be easily done by Midlet.platformRequest(url) method. While to my understanding, it seems to be impossible in MIDP 1.0 to have this ability purely with standard libs. I will be extremely grateful if anyone could point out one.
Alternatively, I believe Nokia API can do this on Nokia phones, but I don't know how.
Can anyone please indicate me which Nokia API I could use to make my midlet download another midlet by passing a URL?
Many thanks.
Best Wishes

Reply With Quote

