mitchdowd / jnipp

C++ wrapper for the Java Native Interface
MIT License
106 stars 29 forks source link

0xC0000005 anomaly #42

Open zhangzuoshan opened 1 year ago

zhangzuoshan commented 1 year ago

when i run,at if (JNI_CreateJavaVM == NULL || JNI_CreateJavaVM(&javaVm, (void**) &env, &args) != 0). Exception thrown at 0x000001EDD53F03B4 (located in tests.exe) : 0xC0000005: Access conflict occurred at read position 0x0000000000000000. why???what should i do? please

zhangzuoshan commented 1 year ago

How can I avoid throwing this exception??