Error List

Posts Tagged ‘jni_createjavavm return “-3″’

JNI_CreateJavaVM always returns -1

Applies to:
JNI

Description:
Occurs while using JNI.

Cause:
Usually, the problem is that you moved or copied the jvm.dll file. The location of jvm.dll is important, it has to be in the directory /bin/classic. This jvm.dll finds the location of other DLLs relative to its current location. So if you move it, or Windows uses some other copy of jvm.dll, the JVM will not be able to find java.dll, for instance.

JAVA-JNI , , , , , , , , , , , , , , , , , , , , , , , , , ,