When I imported an existing Eclipse WTP project, I encountered the following error:
Java compiler level does not match the version of the installed Java project facet. Unknown Faceted Project Problem (Java Version Mismatch)
Found the solution here , which basically states that there is a separate Java version for project facets that must match the Java compiler compliance level for the project. To fix this, perform the following steps
- Right click the offending project and go to properties.
- Select Project Facets.
- Make sure that the Java version matches that of your compiler setting for the project, or for the workspace if the project inherits the workspace settings.
本文介绍了解决Eclipse中导入项目时遇到的Java版本不匹配问题的方法。通过调整项目属性中的Java版本设置,使其与编译器合规级别一致,可以有效解决这一问题。
3219

被折叠的 条评论
为什么被折叠?



