Running external tools in Eclipse on Mac OS X

前端 未结 1 1152
小鲜肉
小鲜肉 2021-01-17 00:29

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

相关标签:
1条回答
  • 2021-01-17 01:03

    Try this:

    Location: /usr/bin/open

    Working Directory: empty

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

    0 讨论(0)
提交回复
热议问题