Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Cannot start eclipse!

It looks like you do not have the GTK2.0 libraries installed.

	Daniel

Le mar 21/01/2003 à 09:14, Michael Herber a écrit :
> Okay, I started eclipse with the correct path behind the -vm option. Up
> to now, I get the starting splashscreen of eclipse, but then, loading
> stops with the following:
> java.lang.UnsatisfiedLinkError:
> /home/user/tars/pro/eclipse/plugins/org.eclipse.swt.gtk_2.0.2/os/linux/x86/libswt-pi-gtk-2052.so: libgtk-x11-2.0.so.0: 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:1473)
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
>         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>         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:1308)
>         at
> org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831)
>         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:247)
>         at org.eclipse.core.launcher.Main.run(Main.java:703)
>         at org.eclipse.core.launcher.Main.main(Main.java:539)
> 
> I guess this has to do something with gtk, but to be honest, I did my
> coding under windows and have no real idea, what this means. I know that
> gtk is a window toolset, but what exactly does this mean? 
> 
> Michael
> 
> Am Mon, 2003-01-20 um 18.01 schrieb Rick Moseley:
> > I (and a couple of other people I know) have not had much luck using 
> > Sun's JVM for Eclipse on Linux.  When I ran into similar problems I was 
> > told to try the IBM JVM, which I did and now all works well.  You might 
> > try to find the IBM rpm named "IBMJava2-JRE-1.3.1-3.0.i386.rpm", which 
> > is what I am using now, install it and give it a try.
> > 
> > Michael Herber wrote:
> > 
> > >Still doesn't work. The splashscreen stays the same, but adding 
> > >-classpath /home/user/tars/pro/eclipse/./startup.jar 
> > >
> > >And I swear I did install the newest Java SDK available on Sun's site.
> > >
> > >Am Mon, 2003-01-20 um 16.16 schrieb Maksim Krylov:
> > >  
> > >
> > >>>/usr/lib/java/bin/java
> > >>>-cp /home/user/tars/pro/eclipse/./startup.jar   
> > >>>      
> > >>>
> > >>   ~~~
> > >>      ^.__Change this to -classpath  
> > >>
> > >>
> > >>_______________________________________________
> > >>eclipse-dev mailing list
> > >>eclipse-dev@xxxxxxxxxxx
> > >>http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> > >>
> > >>
> > >>    
> > >>
> > >
> > >
> > >_______________________________________________
> > >eclipse-dev mailing list
> > >eclipse-dev@xxxxxxxxxxx
> > >http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> > >  
> > >
> > 
> > 
> > _______________________________________________
> > eclipse-dev mailing list
> > eclipse-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> > 
> > 
> 
> 
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top