Learn R Programming

rJavaEnv (version 0.3.0)

java_check_version_system: Check and print Java path and version using system commands

Description

This function checks the Java executable path and retrieves the Java version, then prints these details to the console.

Usage

java_check_version_system(quiet)

Value

A character vector of length 1 containing the major Java version.

Arguments

quiet

A logical value indicating whether to suppress messages. Can be TRUE or FALSE.