JvmData Struct Reference

This structure holds the data needed for the Jvm for C and C++. More...

#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.


Detailed Description

This structure holds the data needed for the Jvm for C and C++.

Definition at line 41 of file jnilib.h.


Field Documentation

const char* JvmData::classpath
 

The classpath for creating the Jvm.

Definition at line 45 of file jnilib.h.

JNIEnv* JvmData::env
 

Pointer to the JNIEnv.

Definition at line 44 of file jnilib.h.

JavaVM* JvmData::jvm
 

Pointer to the JavaVM.

Definition at line 42 of file jnilib.h.

JavaVMInitArgs JvmData::vm_args
 

The JavaVMInitArgs for the creating the Jvm.

Definition at line 43 of file jnilib.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:16 2005 for GrubC by  doxygen 1.4.4