Reputation: 1108
I recently have had a problem concerning Eclipse 3.8 with Ubuntu 13.10. I have been creating Apps using Eclipse, but recently My workspace has disappeared... I shutdown my computer last night and when I went to boot it up today all the work I had done yesterday is gone. I checked the files on my computer and they exist, but Eclipse just doesn't work. I have tried rebooting my computer, closing out of Eclipse and re-opening it, along with everything, but uninstalling it. Any help is appreciated. I would like to know whether this is a common bug, or if I somehow caused it.
Upvotes: 1
Views: 145
Reputation: 3349
Just create another work space and import the all projects from your work space that will be the easiest way, I faced same issue on Ubuntu 13.10 so I used this method.
Upvotes: 1
Reputation: 8371
You could try starting Eclipse in clean mode by running it from the command line with the eclipse -clean
.
Upvotes: 0