心血来潮,想看看zookeeper源码
学习一下人家怎么编译 https://www.jianshu.com/p/7ee757d6a08a
http://zookeeper.apache.org/ 【官网】
https://cwiki.apache.org/confluence/display/ZOOKEEPER/UsingEclipse 【confluence教程】
1、从github fork到自己的git上 https://github.com/gemeiren/zookeeper
2、本地的机器环境 JDK7 apache-ant-1.9.13
https://ant.apache.org/bindownload.cgi
3、
- 使用:ant eclipse命令 编译报错,https://blog.csdn.net/nysyxxg/article/details/78503412
- 本地的解决方案是 直接将