FROM : Finlay Dobbie
DATE : Sun Apr 03 13:23:40 2005
On Apr 3, 2005 12:05 PM, Eduard Wolf <<email_removed>> wrote:
>
> An OSX-newbie's question:
>
> Is it possible to call the 'KeyScipt' function from an cocoa-java
> application?
> The function is said to be "C" language, a Java wrapper does not seem
> to exist.
You might need to use JNI.
If it does not work with Java, does it work with Objective-C (i.e., is
> Objective C a super set of C in the literal meaning)?
Yes. This is probably one of the reasons that you should write your Cocoa
application in Objective-C rather than Java.
-- Finlay
DATE : Sun Apr 03 13:23:40 2005
On Apr 3, 2005 12:05 PM, Eduard Wolf <<email_removed>> wrote:
>
> An OSX-newbie's question:
>
> Is it possible to call the 'KeyScipt' function from an cocoa-java
> application?
> The function is said to be "C" language, a Java wrapper does not seem
> to exist.
You might need to use JNI.
If it does not work with Java, does it work with Objective-C (i.e., is
> Objective C a super set of C in the literal meaning)?
Yes. This is probably one of the reasons that you should write your Cocoa
application in Objective-C rather than Java.
-- Finlay
| Related mails | Author | Date |
|---|---|---|
| Eduard Wolf | Apr 3, 13:05 | |
| Finlay Dobbie | Apr 3, 13:23 |






Cocoa mail archive

