| |
|
| java.lang.Object de.mcs.utils.OSInformations
OSInformations | final public class OSInformations (Code) | | Hetting informations about the underrlying OS.
author: w.klaas |
getOSVersion | public static String getOSVersion()(Code) | | getting the OS version string. |
isMACOSX | public static boolean isMACOSX()(Code) | | is this vm running on MACOSX |
isWin32 | public static boolean isWin32()(Code) | | is this vm running on MACOSX |
main | public static void main(String[] args)(Code) | | checking the underlying OS.
Parameters: args - not used. |
|
|
|