At 2004-12-30T10:04:57+1300, Robert Himmelmann wrote:
> java.lang.UnsatisfiedLinkError:
> /home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86/libswt-pi-gtk-3111.so:
>
> /home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86/libswt-pi-gtk-3111.so:
>
> cannot open shared object file: No such file or directory
First, make sure this shared library exists and you have appropriate
access to it. If it exists, examine the libraries dependencies using
ldd(1) and make sure the libraries it depends on exist and have
appropriate permissions. It may be that you need to set up the
LD_LIBRARY_PATH variable (or /etc/ld.so.conf) correctly before you can
run Eclipse. You might be able to get more information about the
problem if you launch Eclipse with debugging enabled (-debug, I think).
Cheers,
-mjg
--
Matthew Gregan |/
/| [EMAIL PROTECTED]