Blackberry browsing problem
I was trying to open a browser session on a blackberry mobile using j2me. I searched the net and I found this solution:
B开发者_运维问答rowser.getDefaultSession().displayPage("http://www.google.com");
But I had a little problem. The Browser
word causes a compiler error, so I think there is a library that needs to be imported.
Does anyone know where I can get that library?
A quick Google for blackberry browser getdefaultsession
yields: net.rim.blackberry.api.browser.Browser
精彩评论