#include #include #ifdef __cplusplus #define JCALL(func, jenv) jenv->func( #else #define JCALL(func, jenv) (*jenv)->func(jenv, #endif