How to delete a workspace in Eclipse?

Rahul

How to delete a workspace in Eclipse?

Jon Skeet

Just delete the whole directory. This will delete all the projects but also the Eclipse cache and settings for the workspace. These are kept in the .metadata folder of an Eclipse workspace. Note that you can configure Eclipse to use project folders that are outside the workspace folder as well, so you may want to verify the location of each of the projects.

You can remove the workspace from the suggested workspaces by going into the General/Startup and Shutdown/Workspaces section of the preferences (via Preferences > General > Startup & Shudown > Workspaces > [Remove] ). Note that this does not remove the files itself. For old versions of Eclipse you will need to edit the org.eclipse.ui.ide.prefs file in the configuration/.settings directory under your installation directory (or in ~/.eclipse on Unix, IIRC).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

how to delete workspace in interactor?

How to tell Eclipse Workspace?

Is it ok to delete the .metadata folder in my eclipse workspace?

How to change workspace JRE in Eclipse

How to get the plugins in Eclipse workspace

how to get workspace path in eclipse?

How to change the Eclipse default workspace?

How to check if eclipse workspace is locked

how to recover a corrupt workspace in eclipse?

How to automatically configure Eclipse workspace

How to delete Hudson workspace before build?

How to migrate entire Eclipse workspace to Android Studio?

How to change the default Eclipse startup workspace?

How can I save workspace as... in eclipse?

How to delete a workspace in Perforce (using p4v)?

How do I delete Azure Databricks workspace via script

Eclipse says: “Workspace in use or cannot be created, chose a different one.” How do I unlock a workspace?

How can I make in-memory workspace or folder in Eclipse?

How to add your Eclipse workspace folder to your PATH?

How to SKIP a maven plugin execution from Eclipse Build Workspace

How to know the No. of java files in my workspace in Eclipse?

How to get docker Image of a project hosted in Eclipse che workspace?

How to find type specific references to equals() in the workspace in Eclipse?

In Eclipse m2e, how to reference workspace project?

How to synchronize Eclipse project workspace with Git-BitBucket?

eclipse - how to create separate build configuration for multi-project workspace?

How to open a file in the current open Eclipse workspace from command line?

How to skip eclipse validation of folders for building workspace(Luna Edition)

How to add an android library to an eclipse project without checking it out in the workspace?