Class CheckOS


  • public class CheckOS
    extends Object
    Author:
    sstein contains methods to check the operating system
    • Constructor Detail

      • CheckOS

        public CheckOS()
    • Method Detail

      • isMacOsx

        public static boolean isMacOsx()
        taken from http://developer.apple.com/technotes/tn2002/tn2110.html
        Returns:
        returns true if the Operating System of the computer is a Mac-OS X
      • isWindows

        public static boolean isWindows()
      • isLinux

        public static boolean isLinux()