Hesham
Hesham

Reputation: 17

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:

Browser.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?

Upvotes: 0

Views: 213

Answers (1)

Scott W
Scott W

Reputation: 9872

A quick Google for blackberry browser getdefaultsession yields: net.rim.blackberry.api.browser.Browser

Upvotes: 1

Related Questions