首页 > Web开发 > 详细

IDEA - Project files cannot be watched (are they under network mount?)

时间:2015-09-01 12:26:52      阅读:1681      评论:0      收藏:0      [点我收藏+]

在64位Linux系统上使用IDEA时遇到如下问题,启动时警告信息
External file changes sync may be slow Project files cannot be watched (are they under network mount?)
命令行启动时警告信息

api.vfs.impl.local.FileWatcher - Project files cannot be watched (are they under network mount?)

此 时如果文件在外部被修改,IDEA不能及时检测到文件被修改,导致当前编辑的文档与实际不符。问题原因是启动脚本目录下有两个fsnotifier文件, 一个后缀为64,表示64位系统使用。IDEA默认只使用fsnotifier,如果系统是64位,则可能出现上面的错误,解决方法是尝试将原 fsnotifier重命名(如加后缀32),然后将fsnotifier64重命名为fsnotifier,重启IDEA。

参考:http://blog.jetbrains.com/idea/2010/04/native-file-system-watcher-for-linux/

IDEA - Project files cannot be watched (are they under network mount?)

原文:http://www.cnblogs.com/rainey-forrest/p/4775303.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!