Package rife.tools
Class JavaSpecificationUtils
java.lang.Object
rife.tools.JavaSpecificationUtils
Utility class to obtain information about the currently running Java
specification.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
Retrieves the version of the currently running JVM.
-
Method Details
-
getVersion
public static double getVersion()Retrieves the version of the currently running JVM.- Returns:
- the version of the current JVM as a double
- Since:
- 1.0
-