码迷,mamicode.com
首页 > 编程语言 > 详细

关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客

时间:2014-08-05 18:39:39      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   java   os   io   for   问题   

关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客

运行环境:Spring3.1.0.RELEASE
??? 报错信息如下:?

  1. Exception?in?thread?"main"?org.springframework.beans.factory.BeanDefinitionStoreException:?Unexpected?exception?parsing?XML?document?from?class?path?resource?[SpringConfig_Jdbc.xml];?nested?exception?is?java.lang.NoClassDefFoundError:?org/aopalliance/intercept/MethodInterceptor ??
  2. (省略)... ??
  3. Caused?by:?java.lang.NoClassDefFoundError:?org/aopalliance/intercept/MethodInterceptor??
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [SpringConfig_Jdbc.xml]; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor(省略)...Caused by: java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor


????
??? 出现了java.lang.NoClassDefFoundError:的错误,首先想到的就是少包,在网上搜搜了,果然是少了一个叫aopalliance.jar的jar包,下载这个包,加到路径里就OK了。?
??? 下载地址:http://sourceforge.net/projects/aopalliance/files/





关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客,布布扣,bubuko.com

关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客

标签:style   http   color   java   os   io   for   问题   

原文地址:http://www.cnblogs.com/wang3680/p/808cb9bfc29fe589c23ad43850b5ea41.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!