Hi all,
Is it possible for a Java app to execute an AppleScript, for example, a Java app has an edit field (or a variable) which you type in the AS - ' tell app "Finder" .......' , then you hit a button and the AS is executed.
I've seen a java method that can call an external AS file, but as there is not a file to call this is obviously not the right man for the job.
I'm pretty new to programming and would appreciate any pointers in the right direction.
Many thanks.