Re: How to determine import statements to use for a Cocoa class for a JNI method?
Re: How to determine import statements to use for a Cocoa class for a JNI method?
- Subject: Re: How to determine import statements to use for a Cocoa class for a JNI method?
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 11 Sep 2006 16:32:29 -0700
On 9/11/06, Rob Ross <email@hidden> wrote:
Then I try to compile from the command line:
gcc -c -I/System/Library/Frameworks/JavaVM.framework/Headers -I/
System/Library/Frameworks/Cocoa.framework/Headers NSStringProcessing.m
Try...
gcc -c -FJavaVM -FCocoa NSStringProcessing.m
(off the top of my head)
-Shawn
_______________________________________________
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