I am initializing the Java VM using the following C++ code. JNI_CreateJavaVM throws a 0xC0000005 exception but succeeds none the less if I ignore i
JNI_CreateJavaVM
0xC0000005
This is normal, like @apangin said. If you want to switch all 0xC0000005 exceptions off in VisualStudio (2017), you can do that: