Re: Calling Java from obj-c app
Re: Calling Java from obj-c app
- Subject: Re: Calling Java from obj-c app
- From: Thomas Deniau <email@hidden>
- Date: Tue, 8 Jul 2003 11:50:53 -0400
On Tuesday, July 8, 2003, at 10:26 AM, Aidas Dailide wrote:
I know very few things about Java. I wonder is it somehow possible to
call Java methods from my Cocoa(obj-c) application?
Yes, using the Java bridge. (I'm using it since yesterday, and didn't
know anything about it (except the name) before, so you'll see that
it's really easy, Apple did a good job)
Check out this article :
http://cocoadevcentral.com/articles/000024.php
The section "Defining the classpath" is now irrelevant (you don't need
to bother with NSJavaEnabled either) : my Project Builder automatically
sets the right options when I add a Java file to the project.
HTH,
--
Thomas Deniau
_______________________________________________
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.