.JavaInit {Java}R Documentation

Initialize or terminate the Java Virtual Machine

Description

.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.

Usage

.JavaInit(config=NULL, default=javaConfig(), verbose=F, callbackHandler=javaHandler)

Details

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.

Value

A logical value indicating whether the initialization was successful.

Author(s)

Duncan Temple Lang, John Chambers

See Also

javaConfig

Examples


 .JavaInit()