Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm

Posted 萧韶九成

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm相关的知识,希望对你有一定的参考价值。

问题描述

将项目挂载到 Myeclipse 的 tomcat 上,启动 tomcat ,报错“Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type”

 

问题原因

缺少 jar 包

 

解决方案

第一种方案(网上参考,未测试):

1、将需要的第三方包拷贝进libs 文件夹。

2、将引用的第三方包,添加进工作的build path -->工程上右键 -->Properties -->Java Build Path -->Libraries -->add jars -->添加进对应jar包

3、(关键的一步)将lib设为源文件夹。---libs文件夹右键-->build path -->Use as Source Folder

此时应该就可以编译运行了,可以看下对应包大小是不是增大不少(预计是增加jar包2倍大小);

 

第二种方案(网上参考,未测试):

鼠标右键项目,然后属性(Properties),然后java build path 然后order and export 使android private librars处于勾选状态,让你的jar包也处于勾选状态

 

第二种方案(已验证):

缺少 asm jar包,从网上下载之后,放到 lib 文件夹中,即可

 

 

以上是关于Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm的主要内容,如果未能解决你的问题,请参考以下文章

Initialization of bean failed; nested exception is java.lang.

Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: javax/jms/JMSCont

QA:Initialization of bean failed; nested exception is java.lang.AbstractMethodError

spring Boot启动报错Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.s

Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm

在使用hibernate 和spring 构架的框架中如果出现Initialization of bean failed; nested exception is java.lang.NoSuchMe