首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

eclipse中refresh与clean的差异

2012-07-20 
eclipse中refresh与clean的区别Q:What is the difference between refresh (select project, right click

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

热点排行