Package org.zkoss.lang
Class JVMs
- java.lang.Object
-
- org.zkoss.lang.JVMs
-
public class JVMs extends java.lang.ObjectUtilities of Java Virtual Machine.- Author:
- tomyeh
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetMajorVersion()Returns the major version.static intgetMinorVersion()Returns the minor version.static booleanisJava5()Returns whether JVM is 5.0 or above.static booleanisJava6()Returns whether JVM is 6.0 or above.
-
-
-
Method Detail
-
isJava5
public static final boolean isJava5()
-
isJava6
public static final boolean isJava6()
Returns whether JVM is 6.0 or above.
-
getMajorVersion
public static final int getMajorVersion()
Returns the major version.
-
getMinorVersion
public static final int getMinorVersion()
Returns the minor version.
-
-