setJavaPath: Set the path to Java

Description Usage Arguments See Also Examples

View source: R/j4rConfig.R

Description

This is an option function that makes it possible to set the JAVA environment variable in R, if it is not already set. It first tests if the path ends with java or java.exe and if it is actually a file. Note that if an empty character is passed to this function. It resets the JAVA environment variable.

Usage

1

Arguments

path

the complete path to Java as in the example below. The file.path function should be used to define the path

See Also

file.path

Examples

1
2
myPath <- file.path("C:","Program Files (x86)","Java", "jre1.8.0_221", "bin", "java.exe")
# setJavaPath(myPath)  ### not run

J4R documentation built on July 23, 2020, 9:06 a.m.