Mac下如何设置Eclipse默认浏览器为chrome
Posted goody9807
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下如何设置Eclipse默认浏览器为chrome相关的知识,希望对你有一定的参考价值。
http://stackoverflow.com/questions/5322574/how-can-i-set-chrome-as-default-external-browser-in-eclipse-for-mac
这篇文章说得很好!
开始用得是这个老外的方法,但后来屡试不爽!
运行后没有反应,连safari都打不开了
后来我在命令行下运行下面的命令可以打开,经过多次实验后放弃了这种方法
/usr/bin/open -a "/Applications/Google Chrome.app"
换另外一种思路,就是设置chrome为系统默认的浏览器
The simplest way to get Eclipse to recognize Chrome as the default system browser is :
- Open Safari.
- Go to menu Safari > Preferences > General.
- Change \'Default web browser\' to Safari.
- Close the Preferences dialog.
- Re-open the Preferences dialog.
- Change \'Default web browser\' to Chrome.
- Close the Preferences dialog.
但这种貌似选项不对,因为safari下只能设置safari为默认的
后来找到Mac系统通用的选项,果然成功了!
我Mac系统的版本是OS X EI Captain 10.11.5
以上是关于Mac下如何设置Eclipse默认浏览器为chrome的主要内容,如果未能解决你的问题,请参考以下文章