Package ubic.basecode.util
Class BrowserLauncher
- java.lang.Object
-
- ubic.basecode.util.BrowserLauncher
-
public class BrowserLauncher extends Object
- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description BrowserLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openURL(String url)
Attempts to open the default web browser to the given URL.
-
-
-
Method Detail
-
openURL
public static void openURL(String url) throws Exception
Attempts to open the default web browser to the given URL.- Parameters:
url
- The URL to open- Throws:
IOException
- If the web browser could not be located or does not runException
-
-