读书人

eclipse中refresh与clean的差异

发布时间: 2012-07-20 10:38:30 作者: rapoo

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

读书人网 >Eclipse开发

热点推荐