Eclipse:如何防止更改类路径后整个项目的重建

发布于 2024-08-03 16:47:06 字数 101 浏览 3 评论 0原文

每次我更改类路径中的条目时,是否有办法防止 Eclipse 重建整个项目。不幸的是,我必须经常尝试构建路径,并且重建项目需要很长时间(很容易需要 20-30 分钟)。有办法避免这种情况吗?

Is there away to prevent eclipse from rebuilding the entire project every time I change an entry in the class path. Unfortunately, I have to play around with the build path often and rebuilding the projects takes a long time (easily 20-30 mins). Is there away to avoid this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巾帼英雄 2024-08-10 16:47:06

更简单的方法是在主菜单:项目/自动构建中关闭“自动构建”。这将关闭自动构建模式,因此您可以手动触发它(从同一项目菜单)

A simpler way is turn off "Build Automatically" in Main Menu: Project/Build Automatically. This turns off auto-build mode, so you can trigger it manually (from same Project menu)

瞄了个咪的 2024-08-10 16:47:06

它应该执行与更改源代码时相同的操作:分析实际更改并基于这些更改执行增量构建。

It should do the same thing it does when you change your source code: analyze what are the actual changes and perform an incremental build based on those.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文