else if (version >= 3.1) {
// Assume that all 3.1 and later versions of MRJ work the same.
return new MacOs3_1BrowserLaunching();
}
else {
throw new UnsupportedOperatingSystemException(
"Unsupported MRJ version: " + version);
}
}
catch (NumberFormatException nfe) {
throw new UnsupportedOperatingSystemException(
"Invalid MRJ version: " + mrjVersion);
}
}
else if (osName.startsWith("Windows")) {
logger.info("Windows OS");