Download this file
1 2 3 4 5 6 7 8
#ifndef TOOLS_H #define TOOLS_H #include <JavaVM/jni.h> void throwException(JNIEnv* env, const char* msg); #endif