开发者

Blackberry browsing problem

开发者 https://www.devze.com 2023-02-09 10:41 出处:网络
I was trying to open a browser session on a blackberry mobile using j2me. I searched the net and I found this solution:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消