fedora16下的myeclipse问题
在fedora16下装了myeclipse出现问题所jdk要自己配置,还有智能提示弹出正常,但是一弹出就卡死,直到程序自己关闭。急求解决方案。
这是错误报告:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x7c0bc2dd, pid=4455, tid=3076897600
#
# Java VM: Java HotSpot(TM) Server VM (11.3-b02 mixed mode linux-x86)
# Problematic frame:
# C [libxul.so+0xe3b2dd]
#
# 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.
#
----------------解决方案--------------------------------------------------------
弄拉好久了,刚刚终于找到论解决方案。
现在把方案贴出来,帮助哪些碰到同样问题的朋友
装好myeclipse程序后,在MyEclipse 8.5 M2中找到
myeclipse.ini文件,在末尾加上两行:
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
-Dorg.eclipse.swt.browser.XULRunnerPath==/usr/lib/xulrunner-2
就这么简单,折磨了我好久啊。
----------------解决方案--------------------------------------------------------
回复 2楼 七夜忧
客官,请结账 ----------------解决方案--------------------------------------------------------
回复 3楼 xiao金刚
下次补上 ----------------解决方案--------------------------------------------------------