当前位置: 代码迷 >> Java Web开发 >> The import org.apache.commons cannot be resolved,该怎么处理
  详细解决方案

The import org.apache.commons cannot be resolved,该怎么处理

热度:1072   发布时间:2016-04-12 23:12:24.0
The import org.apache.commons cannot be resolved
我用的是eclipse和tomcat,导入:commons-fileupload-1.1.1.jar,和commons-io-1.2.jar两个包后,还是出现上面的问题即:The import org.apache.commons cannot be resolved,求解!

------解决方案--------------------
tomcat的web程序运行时
包要放在tomcat的common\lib下
------解决方案--------------------
在eclipse包资源管理器里看看org.apache.commons是哪个jar
把它放到tomcat common\lib下
  相关解决方案