To call AppleScript from Python, I use the "appscript" bridge:
http://appscript.sourceforge.net/
What can I use to call AppleScript from Java on Mac OS X 10.6+?
|
To call AppleScript from Python, I use the "appscript" bridge:
What can I use to call AppleScript from Java on Mac OS X 10.6+?
| |||
|
feedback
|
|
Here's an approach that works for me for Java on Mac OS X 10.6+. This example script fetches the creation date of the current folder:
| |||
feedback
|
|
Google is your friend... http://macdevcenter.com/pub/a/mac/2003/02/25/apple_scripting.html | |||
feedback
|
|
I don't know Java, but anything that can execute a command line tool can execute an AppleScript using | |||
feedback
|