更改Eclipse中大量项目的编译器版本

发布于 2024-12-12 20:51:20 字数 128 浏览 1 评论 0原文

我在 Eclipse 中有超过 130 个项目,其中一些使用 java 编译器 1.5,一些使用 1.6。无论如何,我可以将它们全部更改为 1.6,而无需单独检查它们吗?我尝试从项目资源管理器中选择所有项目,但菜单中没有可用的属性或构建路径。

I have over 130 projects in Eclipse, some of them are using java compiler 1.5 and some of them are using 1.6. Is there anyway I can change all of them to 1.6 without going through each of them individually? I tried selecting all projects from Project Explorer, but then there is no Property or Build Path available in the menu.

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

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

发布评论

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

评论(1

柒七 2024-12-19 20:51:20

给你...

您可以编写一个脚本像这样来查找/替换org.eclipse.jdt。 core.compiler.source=\.settings\org.eclipse.jdt.core.prefs 中所需的值

Here you go...

You could write a script like this to find/replace org.eclipse.jdt.core.compiler.source=<source-version> to desired value in <project>\.settings\org.eclipse.jdt.core.prefs

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