Fas*_*wan 9 java eclipse apache
下列
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
Run Code Online (Sandbox Code Playgroud)
无法解决.我下载了Apache Http软件包并通过外部jar选项导入它们,但它仍然无法解决.在Android中它似乎可以工作,在SDK中猜测它,但在这里我不是在做Android.我收到了错误的包裹吗?
我相信这是链接:
pau*_*sm4 13
这听起来 OK:
1) The .jar file in question should be something like "httpcore-4.0.1.jar".
Please confirm the name.
2) Adding this to "External Libraries" is absolutely the correct thing to do.
3) For compiling in the Eclipse IDE, you must:
a) Select your project
b) Select "Build Path" > "Add External Libraries"
4) For running in the Eclipse IDE, you must
a) Select "Run" > "Run configurations".
Choose your (Java Application?) configuration.
b) Select "Classpath" > "Add External Jar"
5) For running outside of the Eclipse IDE, you must make sure the .jar
file is present and your -cp (Classpath) argument is set correctly.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
77365 次 |
| 最近记录: |