AppleScript from Java on Mac OS X 10.6?

后端 未结 2 1682
暖寄归人
暖寄归人 2021-01-06 15:32

To call AppleScript from Python, I use the \"appscript\" bridge:

http://appscript.sourceforge.net/

What can I use to call AppleScript from

2条回答
  •  甜味超标
    2021-01-06 16:13

    I don't know Java, but anything that can execute a command line tool can execute an AppleScript using osascript. I use it to execute AppleScripts from PHP and vim scripts.

提交回复
热议问题