| .JavaInit {Java} | R Documentation |
.JavaInit loads and starts the Java Virtual Machine
and the Omegahat session which brokers requests
to Java classes and objects.
The arguments to this function control
the initial configuration and environment of the
JVM.
.JavaInit(config=NULL, default=javaConfig(), verbose=F, callbackHandler=javaHandler)
Creates and starts the JVM and Omegahat session. Also, registers a function or list of functions (closure) to handle callbacks from Java to R objects and functions.
A logical value indicating whether the initialization was successful.
Duncan Temple Lang, John Chambers
.JavaInit()