Unsupported major.minor version 51.0 (unable to load class

Unsupported major.minor version 51.0 (unable to load class

 

这个原因主要是编译的时候使用的是JDK1.7,但是Tomcat中使用的编译环境是JDK1.6,最后造成版本不统一。

 

tomcat中可以看到JRE环境,修改环境位置,或者将环境更新为JDK1.7就行了。

Using CATALINA_BASE:   "C:\Users\ds\.IntelliJIdea13\system\tomcat\Unnamed_SPECIAL_DS"
Using CATALINA_HOME:   "D:\studySoft\apache-tomcat-6.0.36"
Using CATALINA_TMPDIR: "D:\studySoft\apache-tomcat-6.0.36\temp"
Using JRE_HOME:        "D:\studySoft\apache-tomcat-6.0.36\bin\jre"
Using CLASSPATH:       "D:\studySoft\apache-tomcat-6.0.36\bin\bootstrap.jar"

 

你可能感兴趣的:(version)