Re: how to use Cocoa Java from Cocoa Obj-C code?
Re: how to use Cocoa Java from Cocoa Obj-C code?
- Subject: Re: how to use Cocoa Java from Cocoa Obj-C code?
- From: Cyril Godefroy <email@hidden>
- Date: Tue, 12 Feb 2002 11:52:24 +0100
I have a working software which uses java cocoa (quicktime java
specifically). There's also an article about Java on
cocoadevcentral.com. You should read both.
Hope it'll help you.
On mardi, fivrier 12, 2002, at 10:10 , email@hidden wrote:
Hi folks,
Suppose I have some Java classes already developed. In a new project
which is using Cocoa Obj-C, how can I reuse the Cocoa Java classes?
Actually, what I want to do is to add database connectivity to the Obj-C
Cocoa application. I want to wrap all database stuff into some Java
classes and let the rest of the application use them.
The "Legacy Java Bridge" section of the Cocoa documentation told me to
use NSClassFromString(@"JavaClassName") but it doesn't work.
Regards,
Victor Tsang
email@hidden
_______________________________________________
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.
_______________________________________________
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.