Re: [Java-gnome-developer] Re: java-gnome-developer digest, Vol 1 #226 - 1 msg
Brought to you by:
afcowie
From: Ot <ota...@bo...> - 2002-12-23 22:41:18
|
hi again. I've received this message in another mail box, wich is no long= er in the list. Well, I'm not facing problems with installation and compi= lation of the package and examples any more. But I'm gonna download the n= ew version and examples of it, as suggested by Mark Howard Thanks Ot=E1vio Augusto On 21 Dec 2002 14:15:53 -0500 Jeffrey Morgan <ku...@zo...> wrote: > On Sat, 2002-12-21 at 01:15, Ot=C3=A1vio Augusto R. de Fran=C3=A7a wrot= e: > > hi all. > > is there someone here? please, show up ;) I've been > > facing problems with an Exception.Its output is as > > follows: >=20 > Sorry for not responding quickly. >=20 > >=20 > > chacal@Insanidade:~/progJava/GTK$ java First > > Exception in thread "main" > > java.lang.UnsatisfiedLinkError: no GTKJava in > > java.library.path > > at > > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403) > > at > > java.lang.Runtime.loadLibrary0(Runtime.java:788) > > at > > java.lang.System.loadLibrary(System.java:832) > > at gnu.gnome.Gnome.<clinit>(Gnome.java:35) > > at First.main(First.java:8) > >=20 >=20 > The problem is that the java runtime cannot find the > java-gnome shared object that is part of the library. > These shared objects are located under the java-gnome/lib > directory once the build is completed. You should be > able to update your LD_LIBRARY_PATH environment variable > to include this directory. An easy place to set this is > in the .bash_profile (or another startup config file if > you are using a different shell). Please let me know if > you are still having problems. |