Java tutorial
//package com.java2s; public class Main { static boolean isOSX() { return System.getProperty("mrj.version") != null; } }