I am programming Java 5.0. I have been using eclipse 3.1M3 under windows which was almost stable. M4 was very slow (It often froze for a few seconds). Under linux however I have tried 3.1M3-linux-gtk-amd64, 3.1M4-linux-gtk-amd64, 3.1M3-linux-motif and 3.1M3-linux-gtk. All of them break down and produce a logfile like this:

!SESSION 2004-12-30 08:42:57.628 -----------------------------------------------
eclipse.buildId=I200411050810
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US


!ENTRY org.eclipse.osgi 2004-12-30 08:42:57.629
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86/libswt-pi-gtk-3111.so: /home/robert/Documents/Programme/eclipse/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86/libswt-pi-gtk-3111.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:100)
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:121)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:290)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:127)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:78)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)


I can't use 3.0.1 (which runs under linux) because it doesn't support the java 5.0 extensions. Without these extensions I would have to fix about hundret compile errors. Has anyone a running eclipse 3.1 or knows how to fix my problem?

Happy Hacking
--
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