jvm.enablejmx {rrepast}R Documentation

jvm.enablejmx

Description

Enable jmx for the current R/rJava session

Usage

jvm.enablejmx()

Details

Configures the JMX subsystem for the current session of R/rJava. This function must be called before any other function which initializes r/Java such as Easy.Setup or Model otherwise it will have no effect.

Examples

## Not run: 
   jvm.enablejmx()
## End(Not run)


[Package rrepast version 0.8.0 Index]