Compiler exception caused by:java.lang.UnsupportedClassVersionError:

Source: Internet
Author: User

Caused By:java.lang.unsupportedclassversionerror:com/sumingk/platform/service/impl/servicesyspersonimpl: Unsupported Major.minor version 51.0 (Unable to loadclassCom.sumingk.platform.service.impl.ServiceSysPersonImpl) at Org.apache.catalina.loader.WebappClassLoader.findClassInternal (Webappclassloader.java:2892) at Org.apache.catalina.loader.WebappClassLoader.findClass (Webappclassloader.java:1172) at Org.apache.catalina.loader.WebappClassLoader.loadClass (Webappclassloader.java:1680) at Org.apache.catalina.loader.WebappClassLoader.loadClass (Webappclassloader.java:1558) at Org.springframework.util.ClassUtils.forName (Classutils.java:249) at Org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass ( Abstractbeandefinition.java:395) at Org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass ( Abstractbeanfactory.java:1349) at Org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass (Abstractbeanfactory.java :1320)    ... More
View Code

Solution:

The cause of this error is that the JDK version supporting Tomcat runs is inconsistent with the JDK version that supports application running.
Change their JDK to the same steps as follows:
1.Window--Preferences-->java--and compiler in the compiler compliance level, select the JDK version in the drop-down menu.
2.Window--Preferences-->myeclipse---Servers-->tomcat-a drop-down menu under Tomcat JDK name in Tomcat n.x-->JDK Select the JDK version installed on your PC (required to match the JDK version in step 1).

Compiler exception caused by:java.lang.UnsupportedClassVersionError:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.