java.lang.reflect.Proxy support with native code?
Andrew Haley
aph@redhat.com
Mon Jun 14 20:03:00 GMT 2004
Martin Egholm Nielsen writes:
> Hello out there,
>
> In my progress of porting my existing code to gcj, I've run into some
> problems with java.lang.reflect.Proxy.
> When running the compiled code I get a java.lang.NoClassDefFoundError
> exception thrown for "$Proxy0"...
> Is there an issue with java.lang.reflect.Proxy when running natively
> compiled code?
I've used it quite a lot with native code. Let's have simple test
case, and we'll see what happens.
Andrew.
More information about the Java
mailing list