Eclipse crashes at startup

Bug #944186 reported by Ruben
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
eclipse (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I got this log error file:

!SESSION Thu Mar 01 17:51:54 CET 2012 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2012-03-01 17:51:54.142
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

Reinstallation doesn't work, even using:
     sudo apt-get remove --purge eclipse
     sudo apt-get install eclipse

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in eclipse (Ubuntu):
status: New → Confirmed
Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

I make a workaround removing some packages:

mv .eclipse .eclipse-backup # Save a backup for eclipse config
mv workspace workspace-backup # Save a backup for eclipse workspace
sudo apt-get remove openjdk-6-jre-lib # Remove the lib for java6 (it is supposed that java7 is installed and conflicts)
mv .eclipse-backup .eclipse # Restore the backup for eclipse config
mv workspace-backup workspace # Restore the backup for eclipse workspace

Revision history for this message
Teräslilja (m-matti-a-lehtonen) wrote :

This workaround does not work for me.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.