Re: [Java-gnome-developer] Re: java.lang.ClassNotFoundException: Lorg.gnu.glib.Handle32Bits;
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-01-03 21:19:20
|
This should be fixed in the cvs head now. Funny, a call to FindClass was made with incorrect parameters and failed with gcj and kaffe but worked with Sun's JDK. Anyway, it now works with all jvms. On Mon, 3 Jan 2005 06:43:45 -0500, Jeff Morgan <ku...@gm...> wrote: > I have seen something similar to this myself in the past couple of > days. I assure you I will be looking into this today. > > > On Sat, 1 Jan 2005 16:48:58 -0800, Ka-Hing Cheung <ka...@gm...> wrote: > > Interesting thing is, if I try to call new Handle32Bits() in main, > > both IBM's runtime and gij runs fine, but with gcj I get a > > NullPointerException when the constructor is called: > > > > Exception in thread "main" java.lang.NullPointerException > > at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0) > > at _Jv_AllocObjectNoFinalizer (/usr/lib/libgcj.so.5.0.0) > > > > -khc > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > -- > 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 > -- 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 |