#include <jnilib.h>
Data Fields | |
const char * | classpath |
The classpath for creating the Jvm. | |
JNIEnv * | env |
Pointer to the JNIEnv. | |
JavaVM * | jvm |
Pointer to the JavaVM. | |
JavaVMInitArgs | vm_args |
The JavaVMInitArgs for the creating the Jvm. |
Definition at line 41 of file jnilib.h.
|
The classpath for creating the Jvm.
|
|
Pointer to the JNIEnv.
|
|
Pointer to the JavaVM.
|
|
The JavaVMInitArgs for the creating the Jvm.
|