首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

Eclipse开发nutch环境筹建

2012-06-30 
Eclipse开发nutch环境搭建本文参考了:http://www.douban.com/note/193721760/?博文(在此感谢博主),该文中

Eclipse开发nutch环境搭建

本文参考了:http://www.douban.com/note/193721760/?博文(在此感谢博主),该文中提到的参考文章地址:http://zettadata.blogspot.com/2011/12/eclipsenutch.html无法打开(原因你懂的)我想办法打开了,参考个文章后将自己的配置过程记录下来,以供大家使用。

一、软件环境:

?

1、操作系统WindowsSp3

2、http://www.eclipse.org/downloads/ (MyEclipse安装Ivy存在问题,具体情况不明,建议使用eclipse官方版本)

3、JDK1.6*

4、SVN1.6*

5、IvyDE (安装参考:http://peigang.iteye.com/blog/1465410)

?

二、安装:

安装MyEclipse,国内的大都喜欢用这个还是D版的,自己百度一下然后破解。

安装SVN插件参考http://peigang.iteye.com/blog/1461786。

?

三、安装NUTCH:

?


Eclipse开发nutch环境筹建


?2、Create new repository location > https://svn.apache.org/repos/asf/nutch/trunk

?Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

?
Eclipse开发nutch环境筹建
?Eclipse开发nutch环境筹建

3、选择根节点并选择Finish

?Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

?

4、从弹出窗口中选择Java > Java Project > next

?Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

5、设置项目名称为nutch,并确认选择参数 create separate folders for sources and class files ,点击NEXT

?Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建
?
?6、设置Default output folder 选项为 nutch/bin 点击 Finish.

?Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建
?
?7、svn checkout nutch


Eclipse开发nutch环境筹建
?Eclipse开发nutch环境筹建
?8、checkout完毕后不要编译,确认

?

?四、配置nutch环境

?工程nutch上点击右键选择如下目录:

?Eclipse开发nutch环境筹建

2、在弹出的窗口中选择Source选项卡,删除nutch/src目录,然后点击Add Folder新增目录。


Eclipse开发nutch环境筹建

?3、Add Folder 窗口中选择src/bin, src/java, src/test , src/testresources.

?
Eclipse开发nutch环境筹建
?
Eclipse开发nutch环境筹建

4、展开nutch/src/plugin目录并将每个子目录中src/java、src/test选中


Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

选择完毕后点击ok,返回下图:
Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

5、 选择Libraries选项,点击Add JARs按钮,新增src/plugin/urlfilter-automaton/lib/automaton.jar 及 src/plugin/parse-swf/lib/javaswf.jar
Eclipse开发nutch环境筹建
Eclipse开发nutch环境筹建

?6、Libraries中选择Add Library

?

?

?

To be continue;

?

热点排行