Class CheckOS
java.lang.Object
org.openjump.core.CheckOS
- Author:
- sstein contains methods to check the operating system
-
Constructor Summary
Constructors -
Method Summary
-
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()
-