本文介绍了Apache Ant 会使 IOUtil 类可用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我添加 Commons IO 类是否可用/en.wikipedia.org/wiki/Apache_Ant" rel="nofollow noreferrer">Apache Ant 到项目构建路径?
Will Apache Commons IO classes be usable if I add Apache Ant to the project build path?
我需要使用 IOUtil 类.如果没有,请提供正确的 JAR 文件的下载链接.
I need to use IOUtil class. If no please provide the download link to the correct JAR file.
推荐答案
最简单的方法
- 从 Apache 基金会网站下载 Apache Commons IO
- 在你的 eclipse 项目中创建一个文件夹lib"并将公共库(jar)复制到其中
- 右键单击项目并刷新(如果库尚未显示)
- 右键单击库并执行构建路径"-添加到构建路径"
(我没有启动和运行 eclipse,希望菜单和操作名称正确)
(I don't have the eclipse up and running, hope the menu and action names are correct)
这篇关于Apache Ant 会使 IOUtil 类可用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!