Re: Accessing Java from Obj-C
Re: Accessing Java from Obj-C
- Subject: Re: Accessing Java from Obj-C
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 22 Jul 2001 12:53:26 +0100
On Sunday, July 22, 2001, at 10:33 am, Bernard van Gastel wrote:
How can I access Java from Obj-C code and visa versa? I have read
somewhere that I need to make header files for accessing Java from
Obj-C but I couldn't find how I could do that. I want to use my
standard Java packages in Obj-C, so I need to know it. I am also
intrested in accessing Obj-C from Java. Please help.
There is a very good article on the Java bridge here:
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000016.php
-- Finlay