JNI_OnLoad编译错误:request for member 'GetEnv' in something not a structure or union
jintJNI_OnLoad(JavaVM*vm,void*reserved){ JNIEnv*env=NULL; jintresult=-1; if((*vm)->GetEnv(vm,(void**)&env,JNI_VERSION_1_4)!=JNI_OK){ //if(vm->GetEnv(vm,(void**)&env,JNI_VERSION_1_4)!=JNI_OK){