Re: Dynamic library using cocoa used from java
Re: Dynamic library using cocoa used from java
- Subject: Re: Dynamic library using cocoa used from java
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 17 Jul 2004 12:02:55 +0100
On 17 Jul 2004, at 10:55, Dominik Pich wrote:
Is it possible to write a dynamic libary in ObjC which uses Cocoa and
exports a C 'interface', so it accessible from java?
Yes.
Actually there is a way of bridging the Obj-C interface directly into
Java using a tool called "bridget". Unfortunately there appears to be
no documentation whatsoever for htis, it mysteriously disappeared. See
<
http://www.montagetech.com/developer_bridget.html> and
<
http://spacejug.tuxinthebox.net/resources/Java_on_MacOS/
JavaBridge.pdf>. bridget still exists (and is what Apple uses for
Cocoa-Java), but you'd be hard pressed to figure out how to use it.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.