Launching Notes Browser Via Java

How do I launch the notes browser from java so that it creates a new perspective, launching the given url?

I can launch the default browser via

PlatformUI.getWorkbench().getBrowserSupport().getExternalBrowser().openURL(new URL(url))

But this launches internet explorer and not the notes browser.