Reputation: 7574
i'm having problems with eclipse and i think i need to re-install it. is there a safe/recommended way to uninstall it?
Upvotes: 15
Views: 40389
Reputation: 41
Open eclipse
Click Help > About and then click command link Installation Details... to open a dialog showing pages that provide more detail about your installation.
Click the Installed Software tab to see a list of the software items that you have installed into your system.
Select the items that you wish to uninstall.
Click Uninstall....
The Uninstall Details page will show you a list of the items that will be uninstalled. Expanding each item will show what additional items (if any) will be uninstalled as a result of your choice.
If you change your mind about which items should be uninstalled, you may click Back to see a checkmark list of the items you selected before. You may check and uncheck different items in the list, and click Next when you are ready to continue.
Click Finish to start the uninstall.
Once all of the software is uninstalled successfully, you will be prompted to restart for the Workbench. Click Yes when asked to exit and restart the Workbench for the changes to take effect.
Upvotes: 4
Reputation: 5539
You just need to delete the eclipse installation folder. Nothing is "installed" by Eclipse into your system apart from this folder.
But I don't think you really need to delete it completely from your file system. Maybe you can give us a more detailed description of your issue for us to be able to point you to an efficient solution. Maybe you only have to restart from a clean workspace or revert the Eclipse installation to a previous state.
Anyway if you really want to delete it, pay attention to backup your workspace in case you chose to store it in the Eclipse installation folder.
Upvotes: 2
Reputation: 403501
Just delete it. It don't "install" itself in the normal way, it's just a (very big) unzipped file.
You may also want to delete the .metadata
directories, wherever you created workspaces, but that shouldn't be necessary.
Upvotes: 4
Reputation: 229108
There's no installer for Eclipse (the one from eclipse.org) , so just delete your Eclipse folder.
However, there's 2 other parts to Eclipse that can cause trouble if they are damaged.
Rename those and see if it helps (better not delete them, as they contain your projects and setttings)
Upvotes: 13
Reputation: 5780
I have Eclipse 3.6.2 (Helios) and when I have to uninstall it, the extent of this operation is moving the folder into the recycle bin. Just be sure that your workspaces aren't saved inside (or if they are, move them out), and you should be set.
Upvotes: 19