
public class BrowserLauncher extends Object
Portions derived from public-domain code at
http://www.centerkey.com/java/browser/
| Constructor and Description | 
|---|
| BrowserLauncher() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | browse(String url)Browse to a given URI. | 
| static void | main(String[] args)Main method so this can be run from the command line for testing. | 
public static void browse(String url) throws IOException, URISyntaxException
url - IOExceptionURISyntaxExceptionpublic static void main(String[] args) throws IOException, URISyntaxException
args - URL to launchURISyntaxExceptionIOExceptionCopyright © 2018. All rights reserved.