首页 > 其他 > 详细

Open multiple Eclipse workspaces on the Mac

时间:2014-03-08 21:13:33      阅读:535      评论:0      收藏:0      [点我收藏+]

This seems to be the supported native method in OS X:

cd /Applications/eclipse/

open -n Eclipse.app

Be sure to specify the ".app" version (directory); in OS X Mountain Lion erroneously using the symbolic link such as open -n eclipse, might get one GateKeeper stopping access:

"eclipse" can‘t be opened because it is from an unidentified developer.

Your security preferences allow installation of only apps from the Mac App Store and identified developers.

Even removing the extended attribute com.apple.quarantine does not fix that. Instead, simply using the ".app" version will rely on your previous consent, or prompt you once:

Open multiple Eclipse workspaces on the Mac,布布扣,bubuko.com

Open multiple Eclipse workspaces on the Mac

原文:http://www.cnblogs.com/reynold-lei/p/3587564.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!