因为课程需求Apache Commons Net来实现Java环境下对FTP的操作,需要导入扩展包。
Apache Commons Net下载链接:http://commons.apache.org/proper/commons-net/index.html
导入Eclipse过程
- 下载好包之后解压缩
- 在Eclipse中右键项目名
- 打开properties——点击java build path的library——选择add external jars——将jar包加入进去
- 点击order and export——选中jar包,再点OK就完成导入