• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: May I pack java in a dylib?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: May I pack java in a dylib? (From: Will Mason <email@hidden>)

  • Prev by Date: Re: May I pack java in a dylib?
  • Next by Date: Re: Another WebView Printing Question
  • Previous by thread: Re: May I pack java in a dylib?
  • Next by thread: Re: May I pack java in a dylib?
  • Index(es):
    • Date
    • Thread