Re: [Java-gnome-developer] (no subject)
Brought to you by:
afcowie
From: Tiago C. <cog...@li...> - 2003-08-01 02:13:07
|
Quoting Mark Howard <mh...@ti...>: > On Wed, 2003-07-30 at 22:58, Tiago Cogumbreiro wrote:: > > java.lang.UnsatisfiedLinkError: /home/tiago/usr/lib/libGNOMEJava.so: > > libGTKJava.so: cannot open shared object file: No such file or > directory > > libGNOMEJava cannot find libGTKJava - this is being done natively, so > the options passed to Java are not involved. Instead, you need to set > the environment variable LD_LIBRARY_PATH to point to your local > java-gnome lib dir > e.g. export LD_LIBRARY_PATH=/home/tiago/usr/lib/:$LD_LIBRARY_PATH > -- > .''`. Mark Howard > : :' : > `. `' http://www.tildemh.com > `- mh...@de... | mh...@ti... | mh...@ca... > That was it, it's all working now :) Thank you very much Mark. By the way, i was browsing the sourcode of java-gnome and came accross to a tool that has something with generating jni bindings, do you have any documentation about this tool available? It might become _very_ handy when i develop my jni apps. Thank you for your time, Tiago Cogumbreiro |