loader {rJava} | R Documentation |
.jaddClassPath
adds directories or JAR files to the class
path.
.jclassPath
returns a vector containg the current entries in
the class path
.jaddClassPath(path) .jclassPath()
path |
character string vector listing the paths to add to the class path |
.jclassPath
returns a character vector listing the class path sequence.
## Not run: .jaddClassPath("/my/jars/foo.jar","/my/classes/") print(.jclassPath()) ## End(Not run)