https://www.jianshu.com/p/8a217ce05475

github地址:https://github.com/apache/lucene-solr

第一步:git clone https://github.com/apache/lucene-solr.git 下载项目

第二步:安装ant & ivy (两者合起来类似maven)

第三步:ant compile (时间会比较长),如果出现.ant/lib does not exist,先执行ant ivy-bootstrap,再执行ant compile

第四步:ant eclipse 

第五步:导入eclipse

相关文章:

  • 2021-11-06
  • 2021-07-14
  • 2021-11-01
  • 2021-05-22
  • 2021-06-11
  • 2021-09-11
  • 2022-02-25
猜你喜欢
  • 2021-10-01
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-10-10
  • 2021-08-08
相关资源
相似解决方案