How can I set Chrome as default external browser in Eclipse for Mac?(如何在 Eclipse for Mac 中将 Chrome 设置为默认外部浏览器?)
问题描述
我认为这个问题不言自明:-)
I think that question is self-explained :-)
当我浏览到应用程序时,eclipse 向我发送一个错误.
When I browse to Application eclipse send me an error.
推荐答案
rubdottocom 几乎搞定了.问题是,路径包含空格.如果你写一个新的shell脚本,内容如下:
rubdottocom almost got it. The problem is, that the path contains spaces. If you write a new shell script with the following content:
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' $1
Eclipse 可以使用它启动一个新的 Chrome 实例.遗憾的是,这种方式无法在已运行的实例中打开新选项卡,因为脚本退出并显示以下错误消息:
Eclipse can launch a new Chrome instance with it. Sadly, this way it is not possible to open a new tab in an already running instance, as the script exits with the following error message:
[21043:2307:292361872340725:ERROR:process_singleton_mac.cc(102)]
Unable to obtain profile lock.
这篇关于如何在 Eclipse for Mac 中将 Chrome 设置为默认外部浏览器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse for Mac 中将 Chrome 设置为默认外部浏览器?
基础教程推荐
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
