如何安装使用javax和Apache插件在eclipse? [英] how to install javax and apache plugins in eclipse?

查看:306
本文介绍了如何安装使用javax和Apache插件在eclipse?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的Java,并试图在Eclipse 3.4.2重建需要的javax(类网际地址,会议等)和org.apache.xpath一个旧包。*(我不知道为什么)。我在寻找更新的网站,但谷歌的报告数十亿个网页。大约一个交代如何/在哪里可以找到Eclipse插件不生病将AP preciated,谢谢。

I'm new to java and trying to rebuild in eclipse 3.4.2 an old package that require javax (classes InternetAddress, Session and others) and org.apache.xpath.* (I don't know exactly why). I'm looking for update sites but google reports billions of pages. An explaination about how/where to find eclipse plugins without getting sick will be appreciated, thanks.

推荐答案

从你的描述,你不需要的插件,你只需要所需的库添加到您的构建路径。你不会找到那些更新站点。

From what you describe, you don't need a plugin, you just need to add the required libraries to your build path. You won't find those in update sites.

下面是你需要做的:


  1. 找到并下载所需的JAR文件。您可以使用像 FindJar.com 服务来搜索这些JAR文件。 Apache的JAR文件通常可以从apache.org。

  2. 把jar文件放到一个名为lib目录中的项目文件夹中。

  3. 刷新在Eclipse项目(F5或右键单击并刷新),用的JAR lib文件夹应该出现在你的项目资源管理器。

  4. 将它们添加到构建路径 - 在Eclipse Project Explorer中,右键单击JAR和选择添加到构建路径

  1. Locate and download the required JARs. You can use a service like FindJar.com to search for those JARs. Apache JARs are usually available from apache.org.
  2. Put the JARs in a folder called lib in your project.
  3. Refresh the project in Eclipse (F5 or right-click and "Refresh"), the lib folder with the JARs should appear in your project explorer.
  4. Add them to the build path - in the Eclipse project explorer, right-click the JARs and select "Add to build path"

这篇关于如何安装使用javax和Apache插件在eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆