public final class Platform
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Platform.OsType |
Modifier and Type | Method and Description |
---|---|
static Platform.OsType |
getOsType() |
static boolean |
is64Bit()
Returns true if the JVM (NOT the OS) is 64-bit
|
static boolean |
isLinux()
Returns true if running on Linux
|
static boolean |
isMacOSX()
Returns true if running on Mac OS X
|
static boolean |
isWebStart() |
public static Platform.OsType getOsType()
public static boolean isWebStart()
public static boolean isMacOSX()
public static boolean isLinux()
public static boolean is64Bit()