Re: [Java-gnome-developer] Re: java.lang.ClassNotFoundException: Lorg.gnu.glib.Handle32Bits;
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-01-06 02:23:42
|
On Wed, 05 Jan 2005 20:32:29 -0500, Bryce McKinlay <mck...@re...> wrote: > 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. Perhaps you are right. I view this as a coding error on my part and a bug on Sun's part. I would hate to see gcj implement all of Sun's bugs! 8-) -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |