• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Eclipse Startet nicht

halo leute

alo hab suse 10.0 und hab eclipse inst mit yast
war natürlich angemeldet als su
das problem ist folgendes : wenni ch versuche ecli zu starten, kommt das start fenster dann bringt er diese fehler meldung in einer log aus
Code:
/home/heiko/.eclipse/org.eclipse.platform_3.1.1/configuration/org.eclipse.osgi/bundles/69/1/.cp/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
	at java.lang.Runtime.loadLibrary0(Runtime.java:822)
	at java.lang.System.loadLibrary(System.java:992)
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
	at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
	at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122)
	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:381)
	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
	at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:128)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:79)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.osgi 2005-10-20 11:01:17.91
!MESSAGE Bundle update@plugins/org.eclipse.platform.source.linux.gtk.x86_3.1.0/ [45] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2005-10-20 11:01:17.92
!MESSAGE Missing host org.eclipse.platform.source_3.1.0.
!SESSION 2005-10-20 11:03:59.552 -----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE

und brcht dann eclipseab ... ich hab es auch schon mit der internet version versucht ... selber fehler ... kann mir da wer weiter helfen?


die datei ist aber da und an seinem platz
 
libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory

Dir fehlen die swt Bibliotheken bzw du hast sie nicht in der richtigen Version installiert.

Am besten von der eclipse Homepage downloaden und installieren.
http://www.eclipse.org/downloads/index.php
(ganz unten findest du die swt-Pakete)

Oder dir fehlt ein
Code:
export LD_LIBRARY_PATH=<pfad-wo-die-lib-steht>:$LD_LIBRARY_PATH
 
Oben