Class CheckOS

java.lang.Object
org.openjump.core.CheckOS

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

    • CheckOS

      public CheckOS()
  • Method Details

    • 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()