Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Eclipse 中构建项目,但它会先清理项目,然后再进行构建。我想编译那些被修改的文件。我怎样才能在 Eclipse 中实现相同的目标
默认情况下,Eclipse(重新)编译仅更改的文件和依赖它们的文件,只需确保您已Build automatically在Project菜单下选中,以便在保存编辑的文件后进行编译。
Build automatically
Project
编辑
检查下的设置
Preferences > Java > Compiler
和
Preferences > Java > Compiler > Building
尝试恢复每个中的默认值。