自己写的一个springmvc例子,tomcat启动报错,页面不能跳转,报500错误

这是控制台输出的错误

严重: StandardWrapper.Throwable
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\Develop\workplace.metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\springmvc_1\WEB-INF\classes\com\zbw\springmvc\Handler\HelloWord.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 [D:\Develop\workplace.metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\springmvc_1\WEB-INF\classes\com\zbw\springmvc\Handler\HelloWord.class]; nested exception is java.lang.IllegalArgumentException

springmvc的问题吧,同tomcat没有关系。

500是你写的程序的错误,所以去你写的程序找错误

有时候jre的版本问题也会导致500无法跳转的问题

IllegalArgumentException非法参数异常,看来是你的程序代码有问题, 500错误,说明的你服务器更本就没有起来。
tomcat启动就报错,去查查编译问题吧