Can't save project preferences in Eclipse

后端 未结 5 1083
野的像风
野的像风 2021-01-12 12:49

All I am trying to do is to set the Java compiler for my project as 5.0. It is 1.4 by default. When I try to save by pressing OK button I get the following error.

Pr

5条回答
  •  醉酒成梦
    2021-01-12 13:23

    If you follow this thread, this can be:

    • because of the use of Eclipse with a workspace on a network drive (not necessarily your case, but worth mentioning just in case)
    • because the file is somehow locked (either by another process or by a Version Control System with pessimistic locking). See also bug 130266:

    Read-only project files come up a lot when dealing with source control systems (like Perforce) that make the local files read-only until they are "checked out".

提交回复
热议问题