简体   繁体   中英

Could not write metadata for '/myProject'.(D:\Programming\Java\.metadata\.plugins\org.eclipse.core.resources\.projects\myProject\.ma

I made this mistake with myself here in Eclipse, I searched the internet and found almost nothing on.\\

Could not write metadata for '/myProject'.(D:\\Programming\\Java.metadata.plugins\\org.eclipse.core.resources.projects\\myProject.markers.snap (The system cannot find the path specified))

This is because you are saving in your eclipse_workspace some other type of file that is not an Eclipse project. This also happens if you made that folder a Git repository. Remember that Git creates a local folder called .git to crawl your instance and then Eclipse will complain about it to you also generating the error mentioned above. I hope I have helped!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM