Re: Calling .jar routines from a C program
Re: Calling .jar routines from a C program
- Subject: Re: Calling .jar routines from a C program
- From: "Finlay Dobbie" <email@hidden>
- Date: Sat, 1 Apr 2006 22:22:25 +0100
On 01/04/06, M. Carlson <email@hidden> wrote:
> On Sat, 1 Apr 2006 18:35 Finlay Dobbie wrote:
>
> >Search for JNI on developer.apple.com
>
> Yes, that is what brought about my question. The JNI seems to allow a Java
> app to call C. The ADC examples I could find all show creating a Java app,
> and calling C from it. But I have a C program that needs to call Java
> routines that are in a .jar file. How is JNI used to do this?
JNI allows for both native code calling Java and Java calling native code.
More specifically on ADC:
<http://developer.apple.com/samplecode/JavaSplashScreen/JavaSplashScreen.html>
<http://developer.apple.com/samplecode/simpleJavaLauncher/simpleJavaLauncher.html>
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden