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

View source: R/java_env.R

java_check_version_systemR Documentation

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)

Arguments

quiet

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

Value

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


rJavaEnv documentation built on Sept. 14, 2024, 1:07 a.m.