public class RuntimeInformation extends Object
| Constructor and Description |
|---|
RuntimeInformation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
is64Bit()
Returns whether the architecture of the JVM we are running under is 64-bit
or not.
|
static void |
logInfo()
Write runtime information to error log.
|
static void |
printInfo()
Writes runtime information to a print stream.
|
public RuntimeInformation()
public static boolean is64Bit()
true if the JVM architecture we running under is
64-bit and false otherwise.public static void printInfo()
public static void logInfo()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.