>
> public static boolean isMacOSX() {
> String osName = System.getProperty("os.name");
> return osName.contains("OS X");
> }
>
> + public static boolean isJava6() {
> + System.out.println(System.getProperty("java.version", "None??"));> Happy to take that out if you like. That would be nice, thanks. Or I can remove in a follow-up if you prefer. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/585/files#r19376450
