Eclipse的 「問題」 選項卡顯示此錯誤:「刻面工程Prblem(Java版本不匹配)」 錯誤消息
Description: Java compiler level does not match the version of the installed Java project facet.
Resource: groupping
Path: [blank]
Location: Unknown
Type: Faceted Project Problem (Java Version Mismatch)
我pom.xml
有此設置:
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
還能在哪裏設置不匹配?
你是我的英雄。 – Ricardo 2014-02-26 22:40:44
非常感謝!它幫助 – priyanka 2017-10-11 08:11:55