[Java-gnome-developer] Re: java.lang.ClassNotFoundException: Lorg.gnu.glib.Handle32Bits;
Brought to you by:
afcowie
From: Ka-Hing C. <ka...@gm...> - 2005-01-02 00:49:04
|
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 |