Export: JNI jvm, env and bootclasspath.
authortwisti <none@none>
Tue, 4 Jan 2005 11:16:06 +0000 (11:16 +0000)
committertwisti <none@none>
Tue, 4 Jan 2005 11:16:06 +0000 (11:16 +0000)
src/cacao/cacao.h

index aa64853ec674bc6a79e0e993927feb6815f9914a..10a1f209a9c48ebfc2cae17de72a48fc8bf85dbc 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: cacao.h 1735 2004-12-07 14:33:27Z twisti $
+   $Id: cacao.h 1839 2005-01-04 11:16:06Z twisti $
 
 */
 
 #ifndef _CACAO_H
 #define _CACAO_H
 
+#include "native/jni.h"
 #include "vm/global.h"
 
 
 /* global variables ***********************************************************/
 
+extern JavaVM *jvm;
+extern JNIEnv *env;
+
+extern char *bootclasspath;
 extern char *classpath;
+
 extern char *mainstring;    /* class.method with main method */