在 eclipse 中编辑 Java Facet 设置
一些背景:我在 Eclipse 项目中遇到了可怕的“Java 编译器级别与已安装的 Java 项目方面的版本不匹配”错误。我在 OS X Snow Leopard 上使用 Eclipse Helios。
我在编辑 Eclipse 和 Maven 的 java 方面设置时遇到问题。我到处搜索,到处都说要转到“项目属性”-> Project Facet 并在那里编辑版本。但是对于我的 Eclipse 实例,这些设置无法通过 UI 获得。
如何手动编辑 Java Facet 版本?
Some background: I'm getting the dreaded "Java compiler level does not match the version of the installed Java project facet" error in my eclipse project. I'm using Eclipse Helios on OS X Snow Leopard.
I'm having trouble editing the java facet settings for eclipse and maven. I've searched around and everywhere says to go to Project Properties -> Project Facet and edit the version there. However for my instance of Eclipse, these settings are not available through the UI.
How do I edit the java facet version manually?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在项目中找到它:
/.settings/org.eclipse.wst.common.project.facet.core.xml
对于我来说,我不得不将java版本1.5更改为1.6
认为它对其他人有用,因为它没有很好的记录。
Found it in the project under:
/.settings/org.eclipse.wst.common.project.facet.core.xml
For me, I had to change the java version 1.5 to 1.6
Thought it would be useful for others since its not well documented.