public class JREInfo extends Object
print some info about the JRE...
| Constructor and Description |
|---|
JREInfo() |
| Modifier and Type | Method and Description |
|---|---|
static long |
freeMemory() |
static void |
main(String[] args) |
static long |
maxMemory() |
static void |
show()
print out some info about the system and JVM etc.
|
static long |
totalMemory() |
static long |
usedMemory() |
public static Runtime rt
public static long usedMemory()
public static long totalMemory()
public static long freeMemory()
public static long maxMemory()
public static void show()
public static void main(String[] args)
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.