Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3226  / 3 Years ago, sat, september 18, 2021, 9:14:45

It is a shot in the dark, but I have tried everything to reinstall Eclipse. I did the normal apt-get install for Eclipse.



I used it for a year. And then I decided I wanted to select the "Upgrade Option" from the Eclipse Help menu. After 30 minutes of many downloads, I restarted Eclipse and none of the perspectives worked. Essentially, when I tried to upgrade through Eclipse, nothing worked afterwards.



I did the apt-get autoremove and many ways to remove from Eclipse.



I tried to remove eclipse through apt and also removed some /lib files. But everytime I install I end up at the same place, Eclipse just won't work. I am sure there are residual files out there, I just don't know where.



...



When I download Eclipse from the site, it works fine. I am OK with working this way but I thought I would ask if there is a way to fix the eclipse configuration that comes with Ubuntu.


More From » 12.04

 Answers
0

First, try sudo apt-get purge eclipse followed by sudo apt-get autoremove, sudo apt-get clean, and sudo apt-get autoclean. Then, try reinstalling Eclipse.



If this doesn't work, move on to the directions below:



Eclipse files are also stored in a per-user directory in one's home folder, namely .eclipse, as well as the workspace folder you select at Eclipse startup(unless you set it to never ask you again). You can try renaming these folders in order to reset Eclipse.



Open your home folder, and press Ctrl+H to see hidden files. Find .eclipse and rename it to .eclipseOld. You can also rename your workspace folder in the same way.



Then, reinstall Eclipse via apt (sudo apt-get install eclipse) and try using it again.


[#32485] Sunday, September 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
thellfi

Total Points: 222
Total Questions: 103
Total Answers: 123

Location: Palau
Member since Mon, Aug 16, 2021
3 Years ago
;