Hi, is there a way to launch a mac app using the "execute external program" action?
I built a simple app that takes the contents of an edit box, and passes that into the action.
Works fine on windows (tried passing in c:\windows\notepad.exe), but when I try something similar on the mac, nothing happens ("open /Applications/Chess.app")
Is this a permissions issue, or maybe a path thing?
This is related to porting over an emulator frontend that I had written for windows. I can run everything fine on the mac in the terminal, but getting the mmf app to execute the same commands doesn't seem to be working.
Anybody have any experience launching apps on the mac with the java runtime? Thanks!