Learn R Programming

⚠️There's a newer version (1.0-11) of this package.Take me there.

rJava (version 0.4-13)

Low-level R to Java interface

Description

Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields.

Copy Link

Version

Install

install.packages('rJava')

Monthly Downloads

135,307

Version

0.4-13

License

GPL version 2

Maintainer

Last Published

January 26th, 2024

Functions in rJava (0.4-13)

jnew

Create a Java object
JavaAccess

Field/method operator for Java objects
jarrayRef-class

Class "jarrayRef" Reference to an array Java object
jinit

Initialize Java VM
jequals

Comparing Java References
jfiled

Obtains the value of a field
jarray

Java array handling functions
jfloat

Wrap numeric vector as flat Java parameter
jcall

Call a Java method
jsimplify

Converts Java object to a simple scalar if possible
jcastToArray

Ensures that a given object is an array reference
jreflection

Simple helper functions for Java reflection
jfloat-class

Classes "jfloat", "jlong", "jbyte" and "jchar" specify Java native types that are not native in R
jnull

Java null object reference
jcheck

Java exception handling
show

Show a Java Object Reference
jcast

Cast a Java object to another class
jobjRef-class

Class "jobjRef" - Reference to a Java object