I am using the following code to start the Opera Mini web browser with the given URL;
try {
ApplicationManager.getApplicationManager().launch("operette$2dhifi?" + url);
} catch (ApplicationManagerException e) {
updateInfo(e.toString());
}
But its throwing
ApplicationManagerException: module not found.
When I try without the URL
ApplicationManager.getApplicationManager().launch("operette$2dhifi");
, Opera starts fine. But I don't want to start the blank browser, I want to start it with my URL.
Looked at the BlackBerry forum and googled it also but unable to find the solution. Please guide me in the right direction.
I am developing on
- BlackBerry Eclipse JDE 1.5.0
- BlackBerry Bold 9900