This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Reflection and gcj
- To: "Anand Krishnaswamy" <anandkr at nortelnetworks dot com>
- Subject: Re: Reflection and gcj
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 7 Dec 1999 15:17:47 -0800 (PST)
- Cc: "'java-discuss at sourceware dot cygnus dot com'" <java-discuss at sourceware dot cygnus dot com>
- References: <F908F961B7CDD111BC720000F8073E4301E85C96@crchy271.us.nortel.com>
>>>>> "Anand" == Anand Krishnaswamy <anandkr@nortelnetworks.com> writes:
Anand> I need to use reflection for some purpose and it appears that
Anand> gcj does not have implementation for a few methods. I get the
Anand> following error message at run-time and the program aborts.
Anand> libgcj failure: java::lang::Class::getMethod not implemented.
Anand> Can anyone help me here? Do I need to upgrade the gcj version?
Anand> The following is the gcj version information.
Reflection is not yet finished.
This includes both methods in Class and in java.lang.reflect.
I'm unaware of anybody working on reflection right now, and I have no
idea when it will be implemented :-(
Volunteers welcome, as always...
Tom