当前位置: 代码迷 >> Eclipse >> eclipse中refresh与clean的差异
  详细解决方案

eclipse中refresh与clean的差异

热度:19   发布时间:2016-04-23 12:55:25.0
eclipse中refresh与clean的区别

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).

  相关解决方案