How to Completely Uninstall Eclipse IDE from macOS
- Details
- Written by Nam Ha Minh
- Last Updated on 07 April 2024   |   Print Email
- Eclipse application file (right click > Move to Trash)
- all files in the .p2directory where Eclipse plugin binaries. Use the following command in terminal: sudo rm -rf .p2
- all files in the .m2 directory where Eclipse stores dependencies in local repository. Use the following command in terminal: sudo rm -rf .m23. Delete all files whose name start with org.eclipse in the following locations: ~/Library/Caches ~/Library/Preferences ~/Library/Saved Application StateFor example, use the following command in terminal:- What is Eclipse IDE? - for beginner
- How to use Eclipse IDE for Java EE Developers
- 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
About the Author:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He began programming with Java back in the days of Java 1.4 and has been passionate about it ever since. You can connect with him on Facebook and watch his Java videos on YouTube.
Comments