Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Corrupted library?

Hello,

I just downloaded the Eclipse 2.0 binary distribution for Linux RH 7.1 from 
eclips.org.

When I try to run the eclipse executable, I got the errors below. Is the 
library corrupted? I hope I don;t need to recompile from the source!

canton:src/java|bash>/opt/eclipse/eclipse
java.lang.UnsatisfiedLinkError: 
/opt/eclipse/plugins/org.eclipse.swt.gtk_2.0.0/os/linux/x86/libswt-pi-gtk-2047.so: 
h§@h§@▒Bèyx§@x§@§@§@§@§@§@§@§@§@ §@ §@¨§@¨§@°§@°§@¸§@¸§@'@'@?@?@?@?@  
'@'@?@?@ð§@ð§@ø§@ø§@: shared object not open
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1388)
        at java.lang.Runtime.loadLibrary0(Runtime.java:772)
        at java.lang.System.loadLibrary(System.java:832)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:104)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:397)
        at org.eclipse.swt.widgets.Display.create(Display.java:391)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:103)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:277)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:273)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1142)
        at 
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:775)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        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:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
        at org.eclipse.core.launcher.Main.run(Main.java:698)
        at org.eclipse.core.launcher.Main.main(Main.java:534)



Back to the top