iteye_11604 2011-11-02 16:47
浏览 903
已采纳

tomcat6启动的时候总报找不到类,但class文件里明明有的,是什么原因/?

严重: StandardWrapper.Throwable
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'handlerMapping' defined in ServletContext resource [/WEB-INF/beans-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [action.LoginAction] for bean with name 'loginAction' defined in ServletContext resource [/WEB-INF/beans-config.xml]; nested exception is java.lang.ClassNotFoundException: action.LoginAction
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [action.LoginAction] for bean with name 'loginAction' defined in ServletContext resource [/WEB-INF/beans-config.xml]; nested exception is java.lang.[color=red]ClassNotFoundException: action.LoginAction[/color]
[img]http://dl.iteye.com/upload/attachment/580937/b9bd1d4f-a441-3824-b255-02b2f57369a4.png[/img]
如题

  • 写回答

1条回答 默认 最新

  • iteye_15870 2011-11-02 18:04
    关注

    可能需要改成classes。。。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?