user5473677
user5473677

Reputation:

Eclipse throws "Unexpected Version: 0" Error

I have been developing a minecraft mod, and ever since Eclipse crashed it gives me this error:

Could not read metadata for    
'C:\Users\schwa\Desktop\Mod\eclipse\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.index'. 
Unexpected version: 0.

I have no idea what this means.

Upvotes: 1

Views: 4557

Answers (3)

quizno
quizno

Reputation: 13

Simple Refresh of the project will fix it. Right click project and select refresh.

Upvotes: 1

Geetha
Geetha

Reputation: 1

Force update your project. This might solve the issue.

In eclipse select the project -> right click -> maven -> update project -> select force update of snapshots/Releases checkbox -> click OK.

Upvotes: 0

pedrorijo91
pedrorijo91

Reputation: 7845

probably the eclipse project file became corrupted. Try to delete the eclipse project file/folder and import the project again

Upvotes: 2

Related Questions