I want to pass a url link (file location) to the browser and the browser
automatically open and display the page. I want to use the Internal web
Browser. Can somebody give me an example or tutorial?
Trifonov wrote:
> I want to pass a url link (file location) to the browser and the browser
> automatically open and display the page. I want to use the Internal web
> Browser. Can somebody give me an example or tutorial?
This is a question better asked in eclipse.platform, but I believe
you would start with
org.eclipse.ui.IWorkbench.getBrowserSupport().createBrowser( *) to
get a browser instance.