更改Eclipse中大量项目的编译器版本
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给你...
您可以编写一个脚本像这样来查找/替换
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