Java Eclipse 在保存时关闭自动构建工作区
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15328183/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Java Eclipse turn off auto build workspace on save
提问by Rasmus
Suddenly my Eclipse have started to automatically build the workspace whenever I save and it take ages for just a single save (I tend to save very often). It has never done that before so I was wondering: how do I to turn it off?
突然间,我的 Eclipse 开始在我保存时自动构建工作区,并且一次保存需要很长时间(我倾向于经常保存)。它以前从未这样做过,所以我想知道:我该如何关闭它?
回答by greenkode
If you want to turn off auto Building your project, click the Projectmenu and uncheck the Build automaticallymenu.
如果要关闭自动构建项目,请单击“项目”菜单并取消选中“自动构建”菜单。