Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse and Linux
Eclipse and Linux [message #148732] Fri, 14 April 2006 12:43 Go to next message
Eclipse UserFriend
Originally posted by: enzinger-th.web.de

Hallo,

ich habe besitze SuSe Linux 10.0 64bit und möchte gerne mit Eclipse
arbeiten. Doch leider lässt sich Eclipse nicht starten.

Ich bekomme folgende Fehlermeldung

!SESSION 2006-04-14 14:26:47.104
-----------------------------------------------
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 2006-04-14 14:26:48.884
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /usr/local/eclipse/configuration/org.eclipse.osgi/bundles/85 /1/.cp/libswt-pi-gtk-3139.so: /usr/local/eclipse/configuration/org.eclipse.osgi/bundles/85 /1/.cp/libswt-pi-gtk-3139.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:12 3)
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.ja va:381)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:128)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:79)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)


MfG,
Thomas
Re: Eclipse and Linux [message #149353 is a reply to message #148732] Thu, 20 April 2006 17:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lkline.egcrc.net

Thomas Enzinger wrote:
> Hallo,
>
> ich habe besitze SuSe Linux 10.0 64bit und möchte gerne mit Eclipse
> arbeiten. Doch leider lässt sich Eclipse nicht starten.
>
> Ich bekomme folgende Fehlermeldung
>
> !SESSION 2006-04-14 14:26:47.104
> -----------------------------------------------
> eclipse.buildId=M20060118-1600
> java.version=1.5.0_06
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
> Command-line arguments: -os linux -ws gtk -arch x86_64
>
> !ENTRY org.eclipse.osgi 2006-04-14 14:26:48.884
> !MESSAGE Application error
> !STACK 1
> java.lang.UnsatisfiedLinkError: /usr/local/eclipse/configuration/org.eclipse.osgi/bundles/85 /1/.cp/libswt-pi-gtk-3139.so: /usr/local/eclipse/configuration/org.eclipse.osgi/bundles/85 /1/.cp/libswt-pi-gtk-3139.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:12 3)
> 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.ja va:381)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
> at
> org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:128)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:79)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>
>
> MfG,
> Thomas

I can't respond in German so I hope you can understand English. I have
also had problems with missing shared object libraries using ReHat
Linux. I suggest you just find that .so file and put it in the location
that Eclipse expects it to be in and see if that solves the problem.
Take a look at this website for more information:
http://libswt.sourceforge.net/. You might need to rename your file to
what eclipse expects. Good Luck!
Re: Eclipse and Linux [message #149356 is a reply to message #148732] Thu, 20 April 2006 17:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hendrik_maryns.despammed.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Enzinger schreef:
> Hallo,
>
> ich habe besitze SuSe Linux 10.0 64bit und möchte gerne mit Eclipse
> arbeiten. Doch leider lässt sich Eclipse nicht starten.

There are some problems with eclipse on 64-bit. See the various threads
on this newsgroup mentioning 64-bit.

H.

- --
Hendrik Maryns

==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFER8dWe+7xMGD3itQRAritAJ4yjwC4Evew8+kHHFr7eMm4KoSOPwCf aOzO
P9z8hY3yO/18Fva80aa3eLo=
=7Y1/
-----END PGP SIGNATURE-----
Re: Eclipse and Linux [message #149416 is a reply to message #149356] Fri, 21 April 2006 17:02 Go to previous message
Eclipse UserFriend
Originally posted by: enzinger-th.web.de

> There are some problems with eclipse on 64-bit. See the various threads
> on this newsgroup mentioning 64-bit.

AHA. Thanks!

MfG,
Thomas
Previous Topic:Any short cut to collapse all collapsable source functions/comments/etc in editor?
Next Topic:build path error
Goto Forum:
  


Current Time: Sun Sep 01 09:23:46 GMT 2024

Powered by FUDForum. Page generated in 0.08502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top