Comment 65 for bug 445009

Revision history for this message
oliford (oliford) wrote :

Ok, I decided it would be best to go for the full:
rm -r ~/.eclipse
sudo apt-get --purge remove eclipse eclipse-platform eclipse-platform-data eclipse-...
sudo apt-get autoremove
(That also got rid of libswt-gtk-3.5-java, which never came back)

sudo apt-get install eclipse

Starting eclipse at this point gave me "java.lang.NoClassDefFoundError: org/eclipse/core/runtime/adaptor/EclipseStarter" and I had to --purge remove and reinstall libequinox-osgi-java to fix that.

Eclipse now ran again, but still crashes on subclipse update. Log attached.

Thanks