Reputation: 1358
So I understand that using the method:
Desktop.getDesktop().browse(URI.create("http://www.stackoverflow.com/"));
I can open a webpage with my default browser, but is there a way I can specify a path to a non-default browser and open a url with that one? ie. my default is Chrome, but I want to open in Mozilla Firefox.
Upvotes: 2
Views: 2061