Description Objects from the Class Slots Methods Examples
Establish configuration parameters for SJava sessions
Use the constructor JavaConfiguration to create objects from
the class.
JavaConfiguration(classPath= defaultJavaPath(), libraryPath =
defaultJavaPath("LD_LIBRARY_PATH"), properties=character(0),
options=character(0), args=character(0))
classPath:character vector of class paths, one
class path per element.
libraryPath:character vector of library paths,
one path per element.
properties:A character vector of Java VM
properties.
options:A character vector of Java VM
options.
args:A character vector of Java VM arguments.
Manipulation.
signature(x = "JavaConfiguration"):
re-structure x into the equivalent command-line
representation.
signature(x = "JavaConfiguration", y =
"JavaConfiguration"): combine the contents of two
JavaConfiguration objects, e.g., collating unique class
paths.
1 2 3 | showClass("JavaConfiguration")
JavaConfiguration()
collapse(JavaConfiguration())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.