【发布时间】:2013-03-27 00:37:36
【问题描述】:
我在 Eclipse 中对我的 java 类进行了一些更改,但出现了一些错误,然后我修复了这些错误。 现在我无法运行我的项目,它不断给我以下错误,我不知道该怎么处理它。如果有人之前遇到过这个错误,请帮助我
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (classFileParser.cpp:3470), pid=4716, tid=8380
# Error: ShouldNotReachHere()
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode windows-amd64 compressed oops)
# 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:
# C:\project\hs_err_pid4716.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
【问题讨论】:
标签: eclipse