我用的是myeclipse添加的spring能力注入了spring的core,spring-aop spring-hibernate3的能力,并在web.xml中配置
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/applicationContext.xml
</param-value>
</context-param>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
老是报classNotFound的错
为什么注入的这些都不能找到这个ContextLoaderListener,里面也没有spring.jar