public class PlatformUtil extends Object
Constructor and Description |
---|
PlatformUtil() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getBootClassPathJars()
get the jars in the boot classpath.
|
static boolean |
onIKVM()
are we running on IKVM? see http://www.ikvm.net
|
static boolean |
onLinux()
are we running on Linux?
|
static boolean |
onMacOSX()
are we running on Mac OS X?
|
static boolean |
onWindows()
are we running on Windows?
|
public static boolean onMacOSX()
public static boolean onLinux()
public static boolean onWindows()
public static boolean onIKVM()
public static String[] getBootClassPathJars()
IllegalStateException
- if boot classpath cannot be found