Re: [Java-gnome-developer] Re: make install error
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-12-26 04:09:26
|
Il mer, 2003-12-24 alle 10:38, Mark Howard ha scritto: > On Tue, Dec 23, 2003 at 01:14:38AM +0100, Thijs Thiessens wrote: > > I tryed to compile a class anyway but not succesfull. > > > > locate gtkjava outputs: > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > load the class. (no gtkjava0.8 in java.library.path) > > Does it also contain libgtkjava0.8.so? (a symlink to the above file) There are many missing links for me too. I had to add the following links manually: ln -s libgladejava2.5.so.2.5.1 libgladejava2.5.so ln -s libgladejar2.5.so.2.5.1 libgladejar2.5.so ln -s libgtkjava2.3.so.2.3.1 libgtkjava2.3.so ln -s libgnomejava2.5.so.2.5.1 libgnomejava2.5.so ln -s libgtkhtmljava2.5.so.2.5.1 libgtkhtmljava2.5.so ln -s libgnomevtejava0.11.so.0.11 libgnomevtejava0.11.so After this I'm able to run CroMagnon ;) -- Luca De Rugeriis <pie...@li...> |