Q:What is the difference between refresh (select project, right click and refresh) and clean in Eclipse?
A:Refresh rereads the sourcefiles to see if there are changes made outside Eclipse.
Clean removes all compiled classes and forces recompilation of the entire project (or workspace depending on what you select to be cleaned).
本文详细解释了Eclipse IDE中刷新与清理功能的不同之处。刷新用于重新读取源文件查看是否有外部更改,而清理则会删除所有已编译的类文件并强制重新编译整个项目。
805

被折叠的 条评论
为什么被折叠?



