如何将zookeeper源代码导入到idea中

时间:2017-05-14 13:40:23

标签: intellij-idea apache-zookeeper

enter image description here

我得到以下错误,如图所示,想法无法识别任何类,找不到任何声明去。所以,我该怎么做才能让它发挥作用

2 个答案:

答案 0 :(得分:2)

我已经分两步导入了zookeeper源代码:
1.运行ant-eclipse命令。这将为项目构建eclipse元文件 2.将eclipse项目导入intellij。

答案 1 :(得分:1)

首先,您需要修改build.xml, 找到文字

<get src="https://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-clipse-1.0.bin.tar.bz2"

将http协议更改为https协议。

然后在zookeeper根目录下运行命令ant eclipse,它将自动下载ant-eclipse插件并将源代码构建到eclipse项目中。

之后,您只需从IntelliJ IDEA导入zookeeper,如下所示。 enter image description here

请记住,您应该在IDEA中激活Eclipse Integration插件。