Re: [Java-gnome-developer] Problem with UnsatisfiedLinkError atk_relation_add_target
Brought to you by:
afcowie
From: Igor F. <if...@re...> - 2005-08-22 20:49:51
|
On Mon, 2005-08-22 at 23:09 +0300, Alexei O. Vorobioff wrote: > Hi. > > I've created a simple java-gnome application. > > When I call Gtk.init(args) the exception is occurred > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/lib/libgtkjni-2.6.so: /usr/lib/libgtkjni-2.6.so: undefined symbol: > atk_relation_add_target > > I use Debian GNU/Linux Sarge with installed libgnome-java package and > all depended packages. > > libgnome-java 2.8.3.1-2 > libgnome-jni 2.8.3.1-2 I'm not entirely sure that this is what's causing the problem, but the correct version for the gnome libraries to go with gtk2.6 is 2.10. So you should have libgnome-java 2.10.* and libgnome-jni 2.10.*. Try and see if that helps. > libgtk-java 2.6.2-1 > libgtk-jni 2.6.2-1 Igor |