1、源码下载 https://github.com/apache/zookeeper
2、利用Ant将Zookeeper源码编译成Eclipse工程 Ant 下载 https://ant.apache.org/
3、修改源码中build.xml中的配置,将地址:
get src="http://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2"
更换成如下地址
get src="http://ufpr.dl.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2"
4、ant.bat eclipse
5、使用IDEA或者ECLIPSE打开即可 (source\build\test\lib\)
网友评论