Class BrowserLauncher

java.lang.Object
ubic.basecode.util.BrowserLauncher

public class BrowserLauncher extends Object
Author:
paul
  • Constructor Details

    • BrowserLauncher

      public BrowserLauncher()
  • Method Details

    • 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 run
      Exception