Hi, all.
I have successfully run NSAppleScript from within a Java beanshell (10.4.4
Tiger). Great.
Now I want to do the ... what I think is the slightly more complex thing,
which is send a doScript apple event from same to a specific app with a text
argument, in other words:

from Java: send apple event eventcode 'misc' eventid 'dosc' to specific app
with scriptTextVariable.

Could someone please help out with a few clues, or example code (even just
the cocoa, if it follows the above bad pseudo code I could undoubtedly
extrapolate).

Example code would be HUGELY appreciated.

Thanks in advance

CG