Class "jobjRef" - Reference to a Java object
This class describes a reference to an object held in a JavaVM.
jobj
:Internal identifier of the object (external pointer to be precise)
jclass
:Java class name of the object (in JNI notation)
Java-side attributes are not accessed via slots, but the $
operator instead.
This object's Java methods are not accessed directly. Instead, .jcall
JNI-API should be used for invoking Java methods. For convenience the $
operator can be used to call methods via reflection API.
Simon Urbanek
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.