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]

Re: [Java-gnome-developer] Re: java.lang.ClassNotFoundException:Lorg.gnu.glib.Handle32Bits;


Jeff Morgan wrote:

Mark,

It was a silly error. The call to FindClass was as follows:

(*env)->FindClass(env, "L/org/gnu/glib/Handle;");

The leading 'L' and trailing ';' were causing the problem.


If Sun's JVM accepts this, and libgcj doesn't, then there is some argument for gcj to support it too. No doubt there'll be some application out there that relies on it.


Regards

Bryce


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