Disabling automatic build in NetBeans

倾然丶 夕夏残阳落幕 提交于 2019-12-09 14:52:09

问题


I am using Netbeans IDE 6.7.1 and I wish to disable the automatic build feature. Or somehow change the priority of this automatic build thread. Its always building, and slow down my computer alot. I think because of this, at times, Netbeans takes around 80% of my CPU. I dont really want this feature, I can do a build when I want.


回答1:


Rightclick the project name -> Properties -> Build -> Compiling. There you can uncheck "Compile on save" option (if you use Ant) or select "Disable" (if you use Maven).



来源:https://stackoverflow.com/questions/1304149/disabling-automatic-build-in-netbeans

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!