| Author |
Spring error java.lang.NoClassDefFoundError: org/springframework/beans/factory/Aware
|
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Hi All,
I am running a spring mvc project and when I try to access the web url, I am getting the below error. Anybody seen this before?
Thanks
|
Be Humble... Be Nice.
|
 |
N Sahni
Ranch Hand
Joined: Jul 07, 2011
Posts: 55
|
|
This class comes from spring-beans.jar.
Please verify if you've this jar in WEB-INF/lib or container class path.
Also, ensure, that you don't have duplicate/old spring jars in class path.
|
Thanks and Regards,
Nilesh Sahni | nsahni@infocepts.com | www.infocepts.com
|
 |
 |
|
|
subject: Spring error java.lang.NoClassDefFoundError: org/springframework/beans/factory/Aware
|
|
|