Java.System.Info.OS
public class OSInfo { public static String getInfo(){ return System.getProperty("os.name") + " " + System.getProperty("os.arch"); } }