Last data update: 2014.03.03

R: Java class loader
loaderR Documentation

Java class loader

Description

.jaddClassPath adds directories or JAR files to the class path.

.jclassPath returns a vector containg the current entries in the class path

Usage

.jaddClassPath(path)
.jclassPath()

Arguments

path

character string vector listing the paths to add to the class path

Value

.jclassPath returns a charactger vector listing the class path sequence.

Examples

## Not run: 
.jaddClassPath("/my/jars/foo.jar","/my/classes/")
print(.jclassPath())

## End(Not run)

Results