简体   繁体   English

用于以下导入的jar文件

[英]jar files used for the below imports

Anyone used these imports in your files...? 有人在您的文件中使用了这些导入吗?

import org.apache.commons.httpclient.*;
import org.apache.commons.httpclient.methods.*;
import org.apache.commons.httpclient.params.HttpMethodParams;

I have an example that uses these imports. 我有一个使用这些导入的示例。 I have commons-codec-1.6.jar/httpclient-4.1.2.jar/httpcore-4.1.2.jar/commons-logging.jar in my classpath. 我的类路径中有commons-codec-1.6.jar / httpclient-4.1.2.jar / httpcore-4.1.2.jar / commons-logging.jar。 Still the import fails. 导入仍然失败。 any inputs? 有输入吗?

That's Apache commons-httpclient . 那就是Apache commons-httpclient And the Javadocs for that library. 还有该库的Javadocs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM