Java Puzzlers
Thursday, November 8th, 2007They are really very puzzling. Please check them out:
Advanced Topics in Programming Languages: Java Puzzlers, Episode VI
They are really very puzzling. Please check them out:
Advanced Topics in Programming Languages: Java Puzzlers, Episode VI
After an incorrect shutdown, Eclipse can not start, freezing on splash window.
I opened file
workspace\.metadata\.log
there was a line saying:
The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes
After taking many tries, I found a solution for this bug. Just remove folder
workspace\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes
and restart Eclipse. Everything will be fine again.