【发布时间】:2014-09-11 23:53:34
【问题描述】:
Eclipse 在 windows 上默认使用 IE,我需要使用 firefox,但我无法配置 eclipse 来做到这一点。
我从http://wiki.mozilla-x86-64.com/images/Xulrunner-31.0.en-US.win64-x86_64.zip下载了xulrunner,然后在eclipse.ini中设置org.eclipse.swt.browser.XULRunnerPath:
-Dorg.eclipse.swt.browser.XULRunnerPath=d:\xul\xulrunner
但 Eclipse 仍然使用 IE 作为内部浏览器。错误日志中没有错误。
怎么了?
我使用 java: 1.7.0_67 x86_64, eclipse: Luna Release (4.4.0) Build id: 20140612-0600
【问题讨论】:
标签: java eclipse swt xulrunner