public class PlatformUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getJavaVersion()
Get's the version of Java currently running.
|
static String |
getOsVersion()
Gets the operating system version that the JVM is running on.
|
static boolean |
is64BitJavaOnMac()
True if this JVM is running 64 bit Java on a Mac.
|
static boolean |
isJava6OnMac()
True if this JVM is running Java 6 on a Mac.
|
static boolean |
isLeopard()
True if this JVM is running on Mac OS X 10.5, Leopard.
|
static boolean |
isMac()
True if this JVM is running on a Mac.
|
public static String getJavaVersion()
public static String getOsVersion()
public static boolean isMac()
public static boolean isJava6OnMac()
public static boolean is64BitJavaOnMac()
public static boolean isLeopard()