public class JavaDetector
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JavaDetector() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getJavaClassPath() |
static double |
getJavaClassVersion() |
static java.lang.String |
getJavaRuntimeName() |
static java.lang.String |
getJavaRuntimeVersion() |
static double |
getJavaSpecificationVersion() |
static java.lang.String |
getJavaVendor() |
static java.lang.String |
getJavaVersion() |
static java.lang.String |
getJavaVmVersion() |
static boolean |
is64bit() |
static boolean |
isIBM() |
static boolean |
isJDK11() |
static boolean |
isJDK7() |
static boolean |
isJDK8() |
static boolean |
isOpenJDK() |
static boolean |
isOracle() |
public static java.lang.String getJavaClassPath()
public static double getJavaClassVersion()
public static java.lang.String getJavaRuntimeName()
public static java.lang.String getJavaRuntimeVersion()
public static double getJavaSpecificationVersion()
public static java.lang.String getJavaVendor()
public static java.lang.String getJavaVersion()
public static java.lang.String getJavaVmVersion()
public static boolean is64bit()
public static boolean isIBM()
public static boolean isJDK7()
public static boolean isJDK8()
public static boolean isJDK11()
public static boolean isOpenJDK()
public static boolean isOracle()