Question

I am getting this error when loading my workspace in eclipse.

 An error has occurred.See the log file
 D:\XXX\App_name\.metadata\.log.

I can able to open other workspaces and also able to create new onw.I didnt save the copy of my code.Please anyone help me?

Thanks!!!

Était-ce utile?

La solution

Thanks for all who commented for my question.I tried your answers but I can resolve that issue by removing this folder from my .plugin folder,

 .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi.

Thanks

Autres conseils

Try typing the following in the console:

C:\path\to\eclipse\eclipse -clean

I faced similar problem while running Eclipse neon with Java 9(latest). I used to get error in .metadata.log . Class not found exception.

Checked in eclipse forum and they had a know error with Java 9. Work around was to use java 8. I tried that and it worked for me. Fix should be out anytime soon.

There are other work around but i did not need it since my project required java 8 anyhow.

When you try to add plugins via Eclipse IDE (Help->install new software) the problem occurs.

I suggest you to get the relevant plugin using there official website or in IDE (Help ->Eclipse market place).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top