This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java.lang.reflect.Proxy support with native code?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]