How to completely remove Eclipse so that I can deal with my Subclipse problem?

I had a problem completing the installation of Subclipse in my Eclipse installation.

First a bit of background: I installed Eclipse on 64-bit Ubuntu (in a virtual machine). I tried installing Subclipse, but on the last screen the button for completion was grayed out (apparently this is a known unsolved problem). I canceled the installation.

The problem is that when I tried to add the plug-in again, it says that this is a duplicate location ( http://subclipse.tigris.org/update_1.8.x ). So I tried to find the plug-in in the installed list (Help → about eclipse platform → installation information), but I can not find Subclipse anywhere.


I tried to completely remove Eclipse. Failed to solve the problem. I would not completely reinstall Ubuntu in this virtual machine. Is there a way to completely clear any configuration to start with square?

+5
source share
5 answers

There is a hidden file (path /home/user) in your home directory . You can use the Ctrl+ shortcut Hto open it. And then you will find the names of the folders .eclipse, just delete this folder, since it includes all the settings that you set earlier.

Alternatively, you can open a terminal and use the following command:

rm -r ~/.eclipse

Ubuntu, Unix . , .

+8

, ( ):

  • " " "..."
  • , , ""
  • ""
  • "..." URL .

"Duplicate Location", "", URL- Subclipse "" "..." .

+3

:

#sudo updatedb

#locate eclipse

, , , .

+1

eclipse -

  • " ", ,

  • . : $sudo apt-get autoremove --purge eclipse

1, , , 2 . :

$whereis eclipse

, .

.eclipse . 1, 2 . :

home/yours$rm -r .eclipse

, , , apt-get http://www.eclipse.org/downloads/ . eclipse 'classic', , . :

$sudo tar xvf eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz -C /opt

:

$/opt/eclipse/.eclipse

. , ( sudo chmod):

$sudo touch /usr/share/applications/eclipse.desktop
$sudo chmod 777 /usr/share/applications/eclipse.desktop
$vim /usr/share/applications/eclipse.desktop 

:

[Desktop Entry]
Name=Eclipse
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE
Name[en]=eclipse.desktop

:

$cd /usr/local/bin
$sudo ln -s /opt/eclipse/eclipse
$eclipse

( Ubuntu 12.04) .

+1

" " Subclipse; , . , , . Eclipse, .

.

0

All Articles