// spawning Firefox on the Mac Runtime.getRuntime().exec( new String[] { "open", "-a", "Firefox.app", url.toString() });