帮助破译这个致命错误 (Java) [英] Help deciphering this Fatal Error (Java)

查看:30
本文介绍了帮助破译这个致命错误 (Java)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Java 运行时环境检测到一个致命错误:

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

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x762a76d0, pid=4072, tid=2984

 JRE version: 6.0_26-b03
 Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
 Problematic frame:
 C  [ole32.dll+0x376d0]

错误日志:http://pastebin.com/zpBst6W1

推荐答案

第 3 行表示您的程序在 AWT-EventQueue-0 线程中失败,也称为 事件调度线程 (EDT).执行堆栈跟踪从第 111 行开始,并逐渐增加.在第 47 行,在包 sun.awt.windows 和类 WComponentPeer 中,方法 addNativeDropTarget() 试图调用共享库,ole32.dll,在入口 CoUnmarshalInterface 处失败.其余部分描述了当时的处理器状态.

Line 3 says your program failed in the AWT-EventQueue-0 thread, also called the event dispatch thread (EDT). The execution stack trace starts in line 111, and builds up. At line 47, in the package sun.awt.windows and class WComponentPeer, the method addNativeDropTarget() attempted to call into the shared library, ole32.dll, failing at entry CoUnmarshalInterface. The rest describes the processor state at the time.

如果共享库不是 Java 运行时环境 (JRE) 所期望的库,就会发生这种情况.您可能需要检查您的安装.

This can happen if the shared library is not the one expected by the Java Runtime Environment (JRE). You may need to check your installation.

这篇关于帮助破译这个致命错误 (Java)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆