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


Initially LD_LIBRARY_PATH was blank. I tried everyting but it is still the same problem.

Happy Hacking

+-------------------------------------------------------+
|If you don't know what 'Happy Hacking' means, read     |
|the book 'Free as in Freedom', published under         |
|http://www.oreilly.com/openbook/freedom/index.html     |
+-------------------------------------------------------+
|Use free software only. See                            |
|http://www.gnu.org/philosophy/free-sw.html             |
+-------------------------------------------------------+
|Please avoid sending me Microsoft Word attachments.    |
|For more information, see:                             |
|http://www.fsf.org/philosophy/no-word-attachments.html |
+-------------------------------------------------------+

Reply via email to