Re: [Java-gnome-developer] bug or missconfigured
Brought to you by:
afcowie
From: Antonio R. <ant...@gm...> - 2007-09-24 07:59:19
|
oh no, this is a stupid error in my email. In my launch code I use -Djava.library.path=/usr/lib but your email make me check if libgtkjni.so exist; in /usr/lib there is only libgtkjni-4.0.so :/usr/lib$ ls libgtkjni* libgtkjni-4.0.so so I linked it to libgtkjni.so but this seem to not affect my error. On 9/24/07, Andrew Cowie <an...@op...> wrote: > On Sun, 2007-09-23 at 18:44 +0200, Antonio Riva wrote: > > > -Djava.library.path= > > Why are you blanking java.library.path? It needs to be > $whatever_directory_libgtkjni.so_is_in. The README file available in the > sources and at http://java-gnome.sourceforge.net/4.0/README.html is > pretty clear about that. > > AfC > Sydney > |