default:
browser = jalview.bin.Cache.applicationProperties.getProperty("jalview.browser");
if (browser==null) {
- // hope netscape exists :-/
- browser = "netscape";
+ // hope firefox exists :-/
+ browser = "firefox";
}
break;
}
}
break;
case OTHER:
- // Assume that we're on Unix and that Netscape is installed
+ // Assume that we're on Unix and that Netscape (actually Firefox) is installed
// First, attempt to open the URL in a currently running session of Netscape
process = Runtime.getRuntime().exec(new String[] { (String) browser,