Re: [Java-gnome-developer] win32 java.lang.UnsatisfiedLinkError: gtk_init
Brought to you by:
afcowie
From: Simon G. <si...@sg...> - 2005-03-07 19:42:34
|
On Mon, Mar 07, 2005 at 11:55:14AM -0500, Jeff Morgan wrote: > > Simon, are you using gcc to compile the dll? If not then this is another > clue to the problem. I am using gcc, but not going on to the gcj step (compiling the gtk-2.4.jar to native, which I guess is meant for people wanting to compile their own app to native, which I'm not concerned with). What I meant was that given when I run nm I see the exported symbol of the correct name in gtkjni-2.4.dll, it seems gcc has done its job correctly, and java is doing something wrong. But again I have to admit my knowledge of this area is poor (competent java programmer who can also do a bit of C). Simon |