偶寫了個java類函數,但是在編譯的時候總是報錯:
Launching Call(類名)(Time of error)
Reason:
The archive: D:/tomcat/apache-tomcat-6.0.16/webapps/axis2/WEB-INF/lib/servlet-api-2.3.jar which is referenced by the classpath, does not exist.
但是我的classpath中并沒有調用...webapps/axis2/WEB-INF/lib/servlet-api-2.3.jar,而是使用的D:\software\apache-tomcat-6.0.16\lib\servlet-api.jar;
servlet-api.jar文件是存在的,但是沒有什么servlet-api-2.3.jar 文件啊。這是怎么回事呢?
還請路過著多多指點下。不勝感謝!!