我有类路径问题,想知道如何调试方法。
问题是
java.lang.ClassNotFoundException:org.springframework.http.client.AbstractBufferingClientHttpRequest
但是我理解AbstractBufferingClientHttpRequest是在spring-web(http://forum.springsource.org/showthread.php?110684-Where-can-I-download-AbstractBufferingClientHttpRequest-jar)中,我通过maven实现了 - 我在tomcat web-inf / lib目录中看到了spring-web-3.0.6.RELEASE.jar。
不明白为什么没有找到课程,或者更糟糕的是,如何追踪问题。
Google使用java.lang.System.getProperty(“java.class.path”)找到了获取和解包类路径的过程。但这并不包括maven所带来的任何东西。
我的调试选项是什么?我在哪里可以了解有关调试类路径问题的更多信息?
环境包括:MyEclipse for Spring 10,Spring Webflow应用程序,tomcat服务器,maven,Ubuntu OS。