Method Summary |
|
public static int | getJREMajorVersion() Accessor for the major version number of the JRE. |
public static int | getJREMinorVersion() Accessor for the minor version number of the JRE. |
public static boolean | isEqualsThan(String version) Check if the current version is equals than the argument version. |
public static boolean | isGreaterEqualsThan(String version) Check if the current version is greater or equals than the argument version. |
public static boolean | isJRE1_4OrAbove() Accessor for whether the JRE is 1.4 (or above). |
public static boolean | isJRE1_5OrAbove() Accessor for whether the JRE is 1.5 (or above). |
public static boolean | isJRE1_6OrAbove() Accessor for whether the JRE is 1.6 (or above). |