【转】Could not write file XXX\.classpath解决

原文网址:http://www.sjsjw.com/kf_other/article/323_11877_12218.asp

环境

MyEclipse 8.6 + Windows 7 Ultimate English Edition

问题

更改工程的Build Path,出现如下问题: 
  
Could not write file: G:\Java\myJavaPro\EJBEntityBean\.classpath. 
G:\Java\myJavaPro\EJBEntityBean\.classpath (Access is denied) 
  
【转】Could not write file XXX\.classpath解决

解决

工程--------->.classpath 文件--------->右键属性--------->将隐藏复选框去掉--------->确定--------->重新设置工程Build Path。 
  
【转】Could not write file XXX\.classpath解决

参考资料

http://blog.csdn.net/tuhuolong/article/details/7866570

上一篇:Internet protocol optimizer


下一篇:RESTful架构&简单使用Django rest framework