Package be.gaudry.model.system
Class JavaChecker
java.lang.Object
be.gaudry.model.system.JavaChecker
Helps to verifier that the installed version of Java is at least sufficient for the application.
Provided by the broldev.core.model project.
- Since:
- 1.0 Sep 11, 2009, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Sep 11, 2009
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Verifies that the installed version is at least sufficient for the application See thelogging information
to know how the logging is implemented.
-
Method Details
-
checkJREVersion
public static void checkJREVersion()Verifies that the installed version is at least sufficient for the application See thelogging information
to know how the logging is implemented.- Throws:
UnsupportedClassVersionError
- with the error message if the installed version is not able to support application features
-