Hi, I just performed an upgrade of Eclipse from eclipse-3.6-x86_64-1_SBo.tgz to eclipse-3.6.1-x86_64-1_SBo.tgz and I got the following error when trying to launch Eclipse:
The Eclipse executable launcher was unable to locate its
companion shared library.
Based on what I read elsewhere here in the forums, I compared /etc/eclipse/eclipse.ini with /etc/eclipse/eclipse.ini.new noted that the only difference between the two appears to be line 4 of each file:
Here's /etc/eclipse/eclipse.ini:
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1.R36x_v20100810
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx384m
...and here's /etc/eclipse/eclipse.ini.new:
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1.R36x_v20100810
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx384m
So I swapped out /opt/eclipse/eclipse.ini for the ecipse.ini.new file and received this new error when I tried to launch it again:
An error has occurred. See the log file
/home/tallship/.eclipse/org.eclipse.platform_3.6.1_1473617060/configuration/1297372319445.log
Here is the logfile:
!SESSION Thu Feb 10 09:47:40 PST 2011 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2011-02-10 09:47:40.133
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:616)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Am I looking in the right place(s)? I don't want to have to roll back if I dont' have to. Any help would be most apprecited 