提交 744bcff5 编写于 作者: X XWHQSJ

update

上级 63031bc9
......@@ -43,7 +43,6 @@ JNIEnv *create_vm (struct JVM *jvm) {
vm_args.options = options;
vm_args.nOptions = 3;
vm_args.ignoreUnrecognized = 0;
vm_args.ignoreUnrecognized = JNI_TRUE;
vm_args.version = JNI_VERSION_1_8;
......@@ -92,4 +91,4 @@ int main () {
myJvm.jvm->DestroyJavaVM ();
return 0;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册