亲宝软件园·资讯

展开

eclipse java java 解决Eclipse挂掉问题的方法

人气:0
想了解java 解决Eclipse挂掉问题的方法的相关内容吗,在本文为您仔细讲解eclipse java的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:eclipse,java,下面大家一起来学习吧。

近日,Eclipse经常挂掉,都是由于JVM崩溃的原因。每次都有以下错误日志:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7bab036c, pid=12169, tid=3072990096
#
# JRE version: 6.0_17-b04
# Java VM: Java HotSpot(TM) Server VM (14.3-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libxul.so+0xc8236c]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
非常的郁闷, 后来Google了一痛,发现如下方法可以解决:

在Eclipse的启动参数中加入:

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9/

然后问题就解决了。

加载全部内容

相关教程
猜你喜欢
用户评论