美文网首页
Zookeeper 源码环境搭建

Zookeeper 源码环境搭建

作者: AT二表哥 | 来源:发表于2018-06-12 09:25 被阅读0次

    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\)

    相关文章

      网友评论

          本文标题:Zookeeper 源码环境搭建

          本文链接:https://www.haomeiwen.com/subject/fdqleftx.html