Error, can not start eclipse [message #8333] |
Wed, 19 January 2005 14:49  |
Eclipse User |
|
|
|
Originally posted by: michael_wangzy.yahoo.com
Hi,
I am trying to run eclipse on an AMD opteron machine but got the error
as below :
I do see the share library file is there and ldd shows no borken
dependency.
What went wrong? Please help
Michael
!SESSION Jan 19, 2005 11:42:51.426
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US
!ENTRY org.eclipse.osgi Jan 19, 2005 11:42:51.427
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/disks/pcgiopl004/usr/zywang/eclipse/plugins/org.eclipse.swt .gtk64_3.0.1/os/linux/amd64/libswt-pi-gtk-3063.so:
/disks/pcgiopl004/usr/zywang/eclipse/plugins/org.eclipse.swt .gtk64_3.0.1/os/linux/amd64/libswt-pi-gtk-3063.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:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 0)
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:118)
at
org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:268)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:122)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:72)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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:324)
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)
|
|
|
Re: Error, can not start eclipse [message #10038 is a reply to message #8333] |
Thu, 20 January 2005 19:57  |
Eclipse User |
|
|
|
Originally posted by: pavlidisp.edu.biology.uoc.gr
Michael, I have sent almost the same message with you, for an AMD 64.
5 mins ago I found the solution.
So... download and install the latest version of java jdk from sun (I have
downloaded jdk-1_5_0_01-linux-amd64.bin), let's say in the folder
/jdk-1_5_0_01
Then I replaced the symlink /usr/bin/java with the symlink of the file
/jdk-1_5_0_01/bin/java. After that when you install eclipse, the new
version of jdk, exists, and everything works perfect!
Michael Wang wrote:
> Hi,
> I am trying to run eclipse on an AMD opteron machine but got the error
> as below :
> I do see the share library file is there and ldd shows no borken
> dependency.
> What went wrong? Please help
> Michael
> !SESSION Jan 19, 2005 11:42:51.426
> ---------------------------------------------
> eclipse.buildId=M200409161125
> java.version=1.4.2_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US
> !ENTRY org.eclipse.osgi Jan 19, 2005 11:42:51.427
> !MESSAGE Application error
> !STACK 1
> java.lang.UnsatisfiedLinkError:
>
/disks/pcgiopl004/usr/zywang/eclipse/plugins/org.eclipse.swt .gtk64_3.0.1/os/linux/amd64/libswt-pi-gtk-3063.so:
>
/disks/pcgiopl004/usr/zywang/eclipse/plugins/org.eclipse.swt .gtk64_3.0.1/os/linux/amd64/libswt-pi-gtk-3063.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:1560)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469)
> at java.lang.Runtime.loadLibrary0(Runtime.java:788)
> at java.lang.System.loadLibrary(System.java:834)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 0)
> 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:118)
> at
> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:268)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
> at
>
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:122)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:72)
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
> 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:324)
> 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)
|
|
|
Powered by
FUDForum. Page generated in 0.07412 seconds