public class BrowserUtil
extends java.lang.Object
BrowserUtil
class provides one static method -
openUrlInDefaultBrowser
, which opens the given URL in the default web browser for
the current user of the system. Current implementation supports Windows, Linux and some Unix
systems.Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
For testing only.
|
static java.lang.Process |
openUrlInDefaultBrowser(java.lang.String url)
Attempts to open the default web browser to the given URL.
|
public static void main(java.lang.String[] args)
args
- [url_to_open]public static java.lang.Process openUrlInDefaultBrowser(java.lang.String url) throws java.lang.Exception
url
- The URL to openjava.lang.Exception
- If the available web browser does not runCopyright © 2012. All Rights Reserved.