Brian Jones <[EMAIL PROTECTED]> writes:
> Okay, so we have no field 'type' in java/lang/reflect/Field as far as
> I can tell. I also didn't see 'clazz' or <init> but maybe those are
> implicit.
>
> For Method.java, Japhar's lib/libnative/java.lang/class.c seems to
> want the method "returnType" and we implement "getReturnType" and I'm
> not sure if this is similar or what. The same for getExceptionTypes
> and getParameterTypes in Japhar seem to be "exceptionTypes" and
> "parameterTypes".
>
> Does this help? I may have left out something.
I took a look at japhar-0.07 to see what was different and the things
I mention above were just the same so running japhar in gdb and
finding out which GetFieldID call fails might be best.
--
Brian Jones <[EMAIL PROTECTED]>