Description Usage Arguments Value Examples
.jaddClassPath
adds directories or JAR files to the class
path.
.jclassPath
returns a vector containg the current entries in
the class path
1 2 | .jaddClassPath(path)
.jclassPath()
|
path |
character string vector listing the paths to add to the class path |
.jclassPath
returns a charactger vector listing the class path sequence.
1 2 3 4 5 | ## Not run:
.jaddClassPath("/my/jars/foo.jar","/my/classes/")
print(.jclassPath())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.