Re: Java bridge
Re: Java bridge
- Subject: Re: Java bridge
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 2 Mar 2005 17:33:10 +0000
On Wed, 2 Mar 2005 09:18:51 -0800 (PST), mradul mandhanya
<email@hidden> wrote:
> i have avaible with me some java APIs and i want to
> use this in my objective C program
>
> i came to know that with the help of java bridge we
> can do so....
> can anyone of u plzz have any info abt this...
> specially some examples that how to use java code with
> objective c that will be a great help to me...
The Java Bridge has been deprecated for some time.
The only supported and recommended way of doing this is using JNI. See
the following references:
JNI - Java Native Interface
<http://java.sun.com/j2se/1.4.2/docs/guide/jni/>
simpleJavaLauncher
<http://developer.apple.com/samplecode/simpleJavaLauncher/simpleJavaLauncher.html>
JavaSplashScreen
<http://developer.apple.com/samplecode/JavaSplashScreen/JavaSplashScreen.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
References: | |
| >Java bridge (From: mradul mandhanya <email@hidden>) |