下面图老师小编跟大家分享java 解决Eclipse挂掉问题的方法,一起来学习下过程究竟如何进行吧!喜欢就赶紧收藏起来哦~
【 tulaoshi.com - 编程语言 】
近日,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的启动参数中加入:
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9/
然后问题就解决了。
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)来源:http://www.tulaoshi.com/n/20160219/1591213.html
看过《java 解决Eclipse挂掉问题的方法》的人还看了以下文章 更多>>