At 2004-12-30T15:09:15+1300, Robert Himmelmann wrote:
> The libary exists and I have all rights for it (same problem as root)
> /home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86/libswt-pi-gtk-3111.so
>
You didn't mention your LD_LIBRARY_PATH. As a test, try executing the
following (in the same shell you'll launch Eclipse from) just before
running the Eclipse launcher.
$ export
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/robert/Documents/Programme/eclipse/eclipse:/home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86
If that doesn't work, experiment with value of the LD_LIBRARY_PATH
variable until you find something that works--the problem is almost
definitely that the JVM, for one reason or another, can't dlopen the
Eclipse plugins. It may be that the java.library.path in the JVM is not
being set up correctly, so you could try specifying something like the
following as an argument to the Eclipse launcher:
'-vmargs
-Djava.library.path=/home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86'
Also, try following some of the tips at
http://mmoebius.gmxhome.de/eclipse/downloads/mini-HOWTO.html, though
there's nothing specific there for your problem.
Sometimes it's easier to troubleshoot Eclipse startup problems by
running the JVM manually with all of the appropriate arguments to make
it easier to manipulate the startup environment... in this case,
though, it probably won't help.
Cheers,
-mjg
--
Matthew Gregan |/
/| [EMAIL PROTECTED]