JAVA用JNA调用存在依赖的dll文件报[KERNELBASE.dll+0x1a06d]如何解决

#

A fatal error has been detected by the Java Runtime Environment:

#

EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x000007fefe2da06d, pid=11556, tid=8492

#

JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)

Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [KERNELBASE.dll+0x1a06d]

#

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

An error report file with more information is saved as:

E:\workspace\eclipse\testDll\hs_err_pid11556.log

#

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

#

可以通过软件看看环境是不是缺少DLL的依赖文件,有时候通过JNA报错不是在JAVA方面,有可能在DLL文件或者环境方面

解决了吗,怎么解决

解决了吗,楼主,我也是这个问题