Please anyone tell me How to redirect url in J2ME?
Hi neha_rashi,
J2ME polish api supports redirecting url
Hi, I think you want to open the Browser.
You can do that with this code:
if (myMIDlet.platformRequest(myURL)
myMIDlet.notifyDestroyed();
The notifyDestroyed is for cell phones which do not support to apps open at the same time (you need to close your midlet for the browser to open).
Good luck!
Alejandro
http://fun3.mobi -WAP Games
you have to manually do it .. in j2me there is no such support for URL Redirection .. You can use Polish or write your own code for handling the 302.