下载并设置apache类的类路径

时间:2014-07-29 15:46:16

标签: java apache classpath

我正在刷新我的java知识,我想编写并运行一些代码而不使用任何类型的ide.I我在Windows上进行开发,我的java脚本的位置是C:\java_apps

我需要测试并看看apache httpclient,httppost,httpresponse and httpentity是如何工作的,我需要先下载这些类。

我创建了一个lib文件夹,希望能容纳apache类。

在我的应用程序中,我需要导入

import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;

我可以在哪里下载这些类,我应该如何为它们设置类路径?。

1 个答案:

答案 0 :(得分:0)

您可以在您希望的位置下载课程。没有标准的位置。您只需要设置类路径。

Windows 7:

在桌面上,右键单击“计算机”图标。

Choose Properties from the context menu.
Click the Advanced system settings link.
Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New.
In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.

对于其他版本的操作系统,请参阅Link