2013-03-27 106 views
0

我在eclipse中對我的java類做了一些更改,並且出現了一些錯誤,然後我修復了這些錯誤。 現在我不能運行我的項目,它不斷給我下面的錯誤,我不知道如何處理它。如果任何人有遇到這個錯誤之前,請幫我出在eclipse控制檯出現錯誤致命錯誤

# 
# 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 
# 
+0

是你使用andriod – PSR 2013-03-27 00:42:43

回答

0

這是一個錯誤的虛擬機,這並不一定表示您的代碼存在問題。對我而言,Java安裝的版本號看起來像是JDK 7的一個非常舊的測試版本。請升級到最近的JDK 7版本,該版本的錯誤可能早已修復。