abstractpublic class JavaSpecificationUtils (Code)
Utility class to obtain information about the currently running Java
specification.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.6
Method Summary
public static double
getVersion() Retrieves the version of the currently running JVM.
public static boolean
isAtLeastJdk15() Checks if the currently running JVM is at least complient with JDK 1.5.
public static boolean
isAtLeastJdk16() Checks if the currently running JVM is at least complient with JDK 1.6.