bao_yj 2018-03-12 01:14 采纳率: 100%
浏览 2344
已采纳

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.

#

  • 写回答

3条回答 默认 最新

  • cowboy666 2018-03-12 02:39
    关注

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?