CheckJRERuntimeVersion {rGroovy}R Documentation

Function verifies the existing JRE version is greater than or equal to 1.7 and, if it is not, invokes the stop function with a message.

Description

Function verifies the existing JRE version is greater than or equal to 1.7 and, if it is not, invokes the stop function with a message.

Usage

CheckJRERuntimeVersion(runtime_version)

Arguments

runtime_version

For example, "1.7".


[Package rGroovy version 1.3 Index]