문제

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!!!

도움이 되었습니까?

해결책

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

다른 팁

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top