BrowserLauncher2, a continuation of the BrowserLauncher project, is a library that facilitates opening a browser from a Java application and directing the browser to a supplied url. In most cases the browser opened will be the user's default browser.
BrowserLauncher2, a continuation of the BrowserLauncher project, is a library that facilitates opening a browser from a Java application and directing the browser to a supplied url. In most cases the browser opened will be the user's default browser.
To install BrowserLauncher2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install BrowserLauncher2
To see what files were installed by BrowserLauncher2, run:
port contents BrowserLauncher2
To later upgrade BrowserLauncher2, run:
sudo port selfupdate && sudo port upgrade BrowserLauncher2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.