Re: May I pack java in a dylib?
Re: May I pack java in a dylib?
- Subject: Re: May I pack java in a dylib?
- From: Shawn Erickson <email@hidden>
- Date: Thu, 27 Jan 2005 10:02:00 -0800
On Jan 27, 2005, at 9:48 AM, Will Mason wrote:
JNI is not going to help in this situation. JNI is for calling C
functions from Java, and he wants to do the opposite, namely call Java
methods using a C interface. It sounds to me like either doing a C
wrapper for the Java or compiling the Java are the most sensible
options.
JNI... well "swings both ways" as they say.
JNI is what he will be using to do the actual Java object calling from
his C wrapper functions, etc.
<http://java.sun.com/docs/books/tutorial/native1.1/implementing/
index.html>
<http://java.sun.com/docs/books/tutorial/native1.1/invoking/index.html>
-Shawn
_______________________________________________
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