Eclipse SWT Browser crash (Linux 64Bit)

风格不统一 提交于 2019-12-01 20:40:23

I had the same problem and finally came across this little gem that explains you can fix it by adding a couple of parameters to your eclipse.ini file.

Firstly, ensure that the xulrunner package is installed on your system. Then add the following two lines to eclipse.ini:

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/bin/xulrunner

If this doesn't work, you can try WebKit by adding this line instead:

-Dorg.eclipse.swt.browser.UseWebKitGTK=true
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!