【问题标题】:getting error in eclipse console saying fatal error在 Eclipse 控制台中出现错误说致命错误
【发布时间】: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


    【解决方案1】:
    【解决方案2】:

    那是虚拟机的错误,不一定说明你自己的代码有问题。对我来说,您安装的 Java 版本号看起来像是 JDK 7 的一个非常旧的 beta 版本。请升级到最新的 JDK 7 版本,该错误可能早已得到修复。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-06-17
      • 1970-01-01
      • 2017-06-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多