mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
change the JVM version to 1.6 in JNI_OnLoad
This commit is contained in:
@@ -80,7 +80,7 @@ static JavaVM* cachedJVM;
|
|||||||
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved)
|
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved)
|
||||||
{
|
{
|
||||||
cachedJVM = jvm;
|
cachedJVM = jvm;
|
||||||
return JNI_VERSION_1_1;
|
return JNI_VERSION_1_6;
|
||||||
}
|
}
|
||||||
|
|
||||||
JNIEXPORT jobject JNICALL
|
JNIEXPORT jobject JNICALL
|
||||||
|
|||||||
Reference in New Issue
Block a user