public class JavaInfo extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JavaInfo.JavaRuntimeEnvironmentInfoInformation about the Java Runtime Environment the application is running in. | 
| static class  | JavaInfo.JavaVendorInfoInformation about the Java Vendor of the Java Runtime the application is running
 in. | 
| static class  | JavaInfo.JavaVirtualMachineInfoInformation about the Java Virtual Machine the application is running in. | 
| Constructor and Description | 
|---|
| JavaInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| JavaInfo.JavaVirtualMachineInfo | getJvm() | 
| JavaInfo.JavaRuntimeEnvironmentInfo | getRuntime() | 
| JavaInfo.JavaVendorInfo | getVendor() | 
| String | getVersion() | 
public String getVersion()
public JavaInfo.JavaVendorInfo getVendor()
public JavaInfo.JavaRuntimeEnvironmentInfo getRuntime()
public JavaInfo.JavaVirtualMachineInfo getJvm()