When I try to execute a Java application, I get an error .
'Could not find _JNI_GetEntryPoints@0 in dynamic library xx.dll
I want to know if it is a generic JAVA related error (such as some problem with java installation on my windows computer?) or it is specific error related to the application only. If it is installation error, what kind of files/libraries i should install? Thanks.
This would normally mean that you are using wrong version of xx.dll.