Severity: Context initialization failed
Org.springframework.beans.factory.BeanDefinitionStoreException:Failed to read candidate component Class:file [/home/ rocky/develop/luna_workspace/20160603workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/ App12a/web-inf/classes/app12a/controller/imagecontroller.class]; Nested exception is Org.springframework.core.NestedIOException:ASM Classreader failed to parse class file-probably due To a new Java class file version that isn ' t supported Yet:file [/home/rocky/develop/luna_workspace/20160603workspace/.met adata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/app12a/web-inf/classes/app12a/controller/ Imagecontroller.class]; Nested exception is java.lang.IllegalArgumentException
-Great and beautiful------------------------------------------------------------------------------------------------------------------ -------------------------------
This project is using spring3.x, my Java version is 1.8, this hint means spring does not support this version of Java, the solution has two, 1.buildpath configuration spring3.x support of the lower version of jre,2. The Spring jar package is replaced with a later version, I chose the latter, I might need more jar packages when I chose the latter, for example, I had to add AOP to the package when I replaced spring4.0.x, but I didn't need it when I was Spring3.
ASM Classreader failed to parse class file-probably due to a new Java class file version that isn ' t supported yet