如果出现类似下面的错误,原因就是JDK版本太高了,我换成1.7就没事了 Caused by: 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 [C:\SSM\out\production\SSM\zhongfuche…
在照着这里例子学习ssm时,在部署阶段遇到了这个问题“ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet” 结合例子里的博主说java的版本不要用太高的,怕兼容不了,猜到应该是java版本不符的问题,于是修改了一下项目运行的java版本.在eclipse下的操作步骤如下: 1.右键项目,Properties,然后按图操…
ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet: file [D:\Program Files\JDK-tomcat\apache-tomcat-8.0.43\webapps\shandian\WEB-INF\classes\com\dfc\common\quartz\MyJob.class]; nested ex…
因为电脑卡死强制重启电脑后打开idea,进行junit单元测试报错: idea报错.Error:Failed to load project configuration: cannot parse xml file E:\project\.idea\workspace.xml: Error on line 1: 前言中不允许有内容. 解决方案: 将文件夹中workspace.xml的内容粘贴到idea中的workspace.xml即可…