1、jdk與jre
(錯誤:java.lang.UnsupportedClassVersionError: Unsupported major.minor version 51.0)
windows—preferences-java-Installed JREs Add適用的jre
windows—preferences-java-compiler Compiler compliance level:改為與上一致版本
項目右鍵—properties-java compiler Compiler compliance level:改為與上一致版本
項目右鍵—properties-java builde path-add library-JRE System Library y一致的JRE
2、報錯誤: -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.
解決辦法: 可以設一個環境變量M2_HOME指向你的maven安裝目錄
M2_HOME=D:\Apps\apache-maven-3.3.1
然後在Window->Preference->Java->Installed JREs->Edit
在Default VM arguments中設置 -Dmaven.multiModuleProjectDirectory=$M2_HOME
3、報錯:java compiler level does not match the version of the installed java project facet
解決辦法:找到項目所在的目錄,在.settings子目錄裡面,用文本編輯器打開org.eclipse.wst.common.project.facet.core.xml配置文件
改一下version版本 <installed facet=”java” version=”1.7”/>