Re: [Java-gnome-developer] Compile fine, but doesn't run
Brought to you by:
afcowie
From: Ismael J. <is...@ju...> - 2005-04-15 15:31:25
|
On Fri, 2005-04-15 at 17:12 +0200, Khiraly wrote: > Hi! > > I have update-ed the libgtk-java (2.6.1) in my debian SID. I can compile > the applications, but Im not able to run it. > I have also downloaded the most recent stable libgtk-java (2.6.2), > exactly the same problem appear. > I have pasted the error log, but I cant fix it. > > Anybody have an idea? > > > Compilation successful > 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 > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at org.gnu.glib.GObject.<clinit>(GObject.java:740) > ------------ > [...] What version of atk are you using? You need at least 1.9.0. Regards, Ismael |