Class BrowserLauncher


  • public class BrowserLauncher
    extends Object
    Author:
    paul
    • Constructor Detail

      • BrowserLauncher

        public BrowserLauncher()
    • 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 run
        Exception