Running external tools in Eclipse on Mac OS X

喜欢而已 提交于 2019-12-19 12:02:59

问题


I'm using Flash Builder 4 on a mac. I've created a JSFL file for building a few fla's and then testing my main SWF file. I'm trying to run this JSFL file as an external tool from Flash Builder 4 but when I select Adobe Flash CS4.app as the file to run the JSFL Eclipse warns "External tool location specified is not a file."

I have Parallels installed and if I point at a .exe file this warning goes away. Is this a bug? Why can't I use a .app as an external tool in Eclipse?


回答1:


Try this:

Location: /usr/bin/open

Working Directory: empty

Arguments: -a /Applications/YourApp.app --args "arguments"



来源:https://stackoverflow.com/questions/3056228/running-external-tools-in-eclipse-on-mac-os-x

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