0

I upgraded my ubuntu from 13.04 to 13.10, eclipse was working like a charm, but after the upgrade, the java perspective is not visible any more, moreover, I cannot create a java project. Any idea why this happened, I tried to rename the java ~/.eclipse to ~/.eclipse.old but this didn't help. Thank you

COMP
  • 103

1 Answers1

0

It works now. Here's how I fixed it.

Uninstall all eclipse related packages.

sudo apt-get remove eclipse-*

Install again using this answer:

How to completely uninstall eclipse?

COMP
  • 103