Re: Java Bridge problem
Re: Java Bridge problem
- Subject: Re: Java Bridge problem
- From: email@hidden
- Date: Sat, 13 Apr 2002 13:49:41 -0400
Sorry, didn't mean to send that twice.
Owen Anderson
On Saturday, April 13, 2002, at 01:40 PM, email@hidden wrote:
I'm having a problem with the Java Bridge, and was wondering if anybody
could help.
<code snippet>
id gResult =
[[NSClassFromString(@"com.google.soap.search.GoogleSearchResult")
alloc] init];
id gResultMem =
[[NSClassFromString(@"com.google.soap.search.GoogleSearchResultElement")
alloc] init];
...
gResultMem = [gResult getResultElements];
</code snippet>
[gResult getResultElements] returns an array of GoogleSearchElement's,
but when I try to run this code I get a signal 10 (SIGBUS) error. If I
try defining gResultMem as gResultMem[], I get a bad initializer
compiler error. Does anybody know what's causing this?
Owen Anderson
_______________________________________________
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.