Package org.opends.server.tools
Class CheckJVMVersion
- java.lang.Object
-
- org.opends.server.tools.CheckJVMVersion
-
public final class CheckJVMVersion extends Object
Class used by script to ensure the running java version is compatible with OpenDJ software.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Ensure that running Java version is supported.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Ensure that running Java version is supported.- Parameters:
args
- unused
-
-