开发者

Is it java error?

开发者 https://www.devze.com 2023-03-31 11:17 出处:网络
When I try to execute a Java application, I get an error . \'Could not find _JNI_GetEntryPoints@0 in dynamic library xx.dll

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 wi开发者_开发知识库ndows 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消