public class JavaVersionSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SUPPORTED_JAVA_VERSION |
static int |
MIN_SUPPORTED_JAVA_VERSION |
| Constructor and Description |
|---|
JavaVersionSupport() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
describeSupportedVersions() |
static boolean |
runningOnSupportedVersion()
Checks for the version of Java this instance of H2O was ran with and compares it with supported versions.
|
public static final int MIN_SUPPORTED_JAVA_VERSION
public static final int MAX_SUPPORTED_JAVA_VERSION
public static boolean runningOnSupportedVersion()
public static java.lang.String describeSupportedVersions()