问题描述
我在Mac上使用Flash Builder 4。我创建了一个JSFL文件来构建一些fla,然后测试我的主SWF文件。我正在尝试从Flash Builder 4运行此JSFL文件作为外部工具,但是当我选择Adobe Flash CS4.app作为运行JSFL Eclipse的文件时,警告指定的外部工具位置不是文件。我已经安装了Parallels,如果我指出一个.exe文件,这个警告消失了。这是一个bug吗?为什么我不能在Eclipse中使用.app作为外部工具?
尝试这个:
位置: / usr / bin / open
工作目录:空
参数: -a /Applications/YourApp.app --argsarguments
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?
Try this:
Location: /usr/bin/open
Working Directory: empty
Arguments: -a /Applications/YourApp.app --args "arguments"
这篇关于在Mac OS X上运行Eclipse中的外部工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!