How to Completely Uninstall Eclipse IDE from Windows computer
- Details
- Written by Nam Ha Minh
- Last Updated on 04 December 2020   |   Print Email
In this short article, I’d like to share with you how to remove Eclipse IDE completely from Windows operating system. Suppose that you have an installation of Eclipse, which was installed by Eclipse installer program.
Eclipse doesn’t come with an uninstaller so you need to perform the following steps to completely remove Eclipse from your computer:
- Delete Eclipse installation directory
- Delete Eclipse shortcut on desktop at C:\Users\YourUserName\Desktop
- Delete Eclipse shortcut in Start menu at C:\Users\YourUserName\Start Menu\Programs\Eclipse
- Delete the .p2 directory under your user home directory C:\Users\YourUserName\ - The .p2 directory stores cache, settings and temporary files that were created by Eclipse IDE. Depending on how you use Eclipse, this directory may contain large amount of data.
NOTE: If you don’t use Maven any more, you can delete the .m2 directory under your user home. The .m2 directory stores jar files downloaded by Maven (repository) so it usually contains a huge amount of data.
Those are the steps which you need to follow in order to completely uninstall Eclipse IDE from Windows operating system. To see the steps in action, you can watch the following video:
Other Eclipse Tutorials:
- How to import existing projects into Eclipse workspace
- How to create, deploy and run Java Servlet in Eclipse
- How to generate JAR file in Eclipse
- How to create WAR file for Java web application in Eclipse
- How to create Ant build file for existing Java project in Eclipse
- How to generate Javadoc in Eclipse
- How to create Java web project with Maven in Eclipse
- 25 Eclipse Shortcut Keys for Code Editing
- How to Add Copyright License Header for Java Source Files in Eclipse
- How to monitor HTTP requests and responses using TCP/IP Monitor in Eclipse
Comments