Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse (Saving workbench state)

Tags:


I have a problem with Eclipse.
Sometimes when I try to close 'Eclipse', the progress bar stops and doesn't move..
Saving workbench state.

The only way to end a proccess it's kill it.
Print screen attached. enter image description here

like image 579
Dezigo Avatar asked Jun 04 '12 11:06

Dezigo


People also ask

Where is the workbench in eclipse?

To start Eclipse, double-click on the eclipse.exe file in the C:\eclipse directory. The first time Eclipse is launched, it displays a dialog in which you can select the location for your workspace directory (typically a directory underneath your user directory).


2 Answers

I meet the same probelm , I had to kill the proccess of eclipse and restart it , it worke again.

like image 89
SnowInRain Avatar answered Dec 30 '22 19:12

SnowInRain


Had the same issue and solved it as follows (on Linux):

  1. Kill and restart Eclipse
  2. Identify which project causes this issue by right-clicking each open project and select "Close Project" (the one that doesn't close is causing this behaviour)
  3. Right-click the project and select "Delete" (be sure not to check the option to remove the files!)
  4. Close (and kill if needed) Eclipse
  5. Open the folder where the project you identified is located at and remove the (hidden) folder ".settings" and the files ".buildpath" and ".project"
  6. Start Eclipse and add the project
like image 43
Guenther Schmitz Avatar answered Dec 30 '22 21:12

Guenther Schmitz