【发布时间】:2010-12-02 12:45:21
【问题描述】:
我对 Eclipse 有一些问题:
有时我编写代码并编译它并且一切正常,在我开始更改我的代码并再次编译之后,但 Eclipse 什么也没做。
只有在我删除文件夹后 Debug 它编译程序
我的问题是为什么?以及如何将行为切换为每次从头开始编译。
例如:
if(x == 0) # ... I compile, and it works...
# after I do one change to my code
if(x==0 && y==0) # ... Eclipse do nothing even if y is not declared
【问题讨论】:
-
菜单项Project/Build Automatically是否开启?
标签: eclipse compiler-construction compilation