How to uninstall Eclipse

***If this post helped you, please support this blog by clicking one of the links on this page. Thanks :) ***

I’ve occasionally had need to uninstall Eclipse. This is really simple. Since Eclipse doesn’t modify any Windows registry values, it can be uninstalled by deleting it’s install folder.

Find the folder in which Eclipse was installed and delete it, either by right-clicking on it while in Windows Explorer and selecting “Delete” or by using the command line, as follows:

rmdir /s c:\eclipse

Note that in the previous command line example, your eclipse install directory may be different.

Leave a Reply