Re: [Java-gnome-developer] bug or missconfigured
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2007-09-24 13:22:11
|
On Mon, 2007-09-24 at 09:59 +0200, Antonio Riva wrote: > but your email make me check if libgtkjni.so exist; in /usr/lib there > is only libgtkjni-4.0.so No no, that's right, and that's what the library loads. Anyway, /usr/lib is on the implicit LD_LIBRARY_PATH, so you shouldn't even have to specify it. I was just concerned that you were setting it to "". > so I linked it to libgtkjni.so=20 Don't do that. ++ Incidentally, the attempt to load Calendar stuff is a glitch, and I filed a bug for it. That's got nothing to do with this problem, though - you're going to link to the native library sooner or later. Your Java VM isn't finding native libraries, and that's the problem that needs resolving. Why don't you come join us in #java-gnome and we'll discuss it further there. AfC Sydney |