Initialize rJava and repast environment with classpath. This function
is called internally and it is not meant to be used directlly.
Usage
jvm.init()
Arguments
Details
The default parameters can be changed as needed calling the
primitive jvm.set_parameters befor instantiating the model
engine.
References
[1] rJava: Low-Level R to Java Interface. Low-level interface to Java VM
very much like .C/.Call and friends. Allows creation of objects,
calling methods and accessing fields.