.classpath is built by Eclipse when you change the Project Build Path.
for example each developer may have their own workspace etc., so .classpath should not be in version control! (like target)
You should not be tweaking this file manually!
Also, it could be read-only due to version control checkout or other issues.
WP