Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse 3.2.2 with RHEL4 Startup Issues
Eclipse 3.2.2 with RHEL4 Startup Issues [message #211074] Thu, 17 May 2007 10:03
Eclipse UserFriend
Originally posted by: pranav.aggarwal.altair.com

Hi,
I am trying to run Eclipse 3.2.2 on RHELinux x86_64. I am using Java
1.6.0. I have checked all the dependencies rpm files. They are installed
on my system. When I try to run the Eclipse from console i.e.
$ ./eclipse
I got the error "An error has occured, see the log file under
"/root/workspace/.metadata/.log". I checked up
"/root/workspace/.metadata/.log" which says:

!ENTRY org.eclipse.osgi 4 0 2007-05-17 14:12:27.905
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/ec/eclipse/configuration/org.eclipse.osgi/bundles/81/1/.cp/ libswt-pi-gtk-3236.so:
/ec/eclipse/configuration/org.eclipse.osgi/bundles/81/1/.cp/ libswt-pi-gtk-3236.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:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
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:126)
at
org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:436)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:122)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:75)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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:597)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

Then i tried:

$ ./eclipse -vmargs
-Djava.library.path=$ECLIPSE_HOME/configuration/org.eclipse. osgi/bundles/81/1/.cp/libswt-pi-gtk-3236.so

but that also returned with the same issue. If any one know about it, can
you please tell me the solution.
Previous Topic:word rule in text editors
Next Topic:Problem with JDBC Driver class: com.mysql.jdbc.Driver
Goto Forum:
  


Current Time: Sat Apr 27 04:12:00 GMT 2024

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

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

Back to the top