Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前使用 emacs 来编辑 .java 文件并运行 eclipse。
Eclipse 不会自动识别修改过的文件,所以我经常运行未修改的应用程序。
我想知道是否存在刷新eclipse中所有修改文件的快捷方式。
也许你想检查一下Preferences > General > Workspaces > Refresh using native hooks or polling。当您选中该选项时,您可以看到 Eclipse 会刷新您使用外部编辑器(如 vi、emacs 等)编辑的文件。
Preferences > General > Workspaces > Refresh using native hooks or polling
在项目资源管理器中,您需要选择要刷新的项目,然后单击文件->刷新或按 F5。