Re: [Java-gnome-developer] Problems with Eclipse
Brought to you by:
afcowie
From: Remy S. <rem...@gm...> - 2006-11-29 06:25:50
|
Hi Pablo, On 11/29/06, Pablo Mart=EDn <pab...@ho...> wrote: > Exception in thread "main" java.lang.UnsatisfiedLinkError: no gladejni-2.= 12 > in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) > at java.lang.Runtime.loadLibrary0(Runtime.java:822) > at java.lang.System.loadLibrary(System.java:993) > at org.gnu.glade.LibGlade.<clinit>(LibGlade.java:262) > at PruebaGlade.<init>(PruebaGlade.java:19) > at PruebaGlade.main(PruebaGlade.java:32) > > I've tried with different path like /usr/lib/ and /usr/lib/jni obtaining = the > same result. > > Any body knows why it's happening? Okay, where is libgladejni-2.12.so located on your computer? What is the argument that you have specified in Eclipse's "VM Arguments" textbox in your run configuration? Have you tried running your application from the command line? Does it work? In Eclipse's "Debug" view (Window -> Show View -> Other -> Debug -> Debug), right-click on your terminated process, access its properties, what is the command line argument? > it could be a problem of new versions of java-gnome??? I find this highly unlikely despite being out of the loop since September. Regards, Rem |