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:


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.



Add comment

   


Comments 

#12charan G2023-05-26 09:28
P2 java files is visible from pc after deleting eclipse any solutions
Quote
#11Charan G2023-03-26 23:58
How to uninstall eclipse ide other method without mannual in windows10
Quote
#10Ashutosh2023-03-22 06:22
Why can't they just give us normal uninstallation file?
Quote
#9tej2022-08-18 14:11
thsnks...........................
Quote
#8Nam2022-05-30 21:03
To James Sigler: Yes, you can delete that .eclipse folder.
Quote