#ifndef JVM_H
#define JVM_H
#include <public/nsapi.h>
#include <jni.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef jint (*CreateJVMFunc)(JavaVM **, void **, void *);
int jvm_method_exec(FuncStruct *func, pblock *pb, Session *sn, Request *rq);
#ifdef __cplusplus
}
#endif
#endif