我是靠谱客的博主 健壮冬天,最近开发中收集的这篇文章主要介绍使用eclipse 编译elasticsearch 7.6.4小结,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

今天花了不少时间,编译好了elasticsearch 7.6.4,简单总结如下:

  1. 需要安装jdk 13
  2. 测试代码使用了com.sun.net.httpserver.HttpExchange ,因此需要关闭限制 “Access restriction on class due to restriction on required library rt.jar”,执行如下动作:
    On Windows: Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API -> Forbidden reference (access rules): -> change to warning
    On Mac OS X/Linux: Eclipse -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API -> Forbidden reference (access rules): -> change to warning
    shareimprove this answer
  3. 项目中大量循环依赖,需要执行以下动作
    Mark circular dependencies as “Warning” in Eclipse tool to avoid “A CYCLE WAS DETECTED IN THE BUILD PATH” error.
    In Eclipse go to:
    Windows -> Preferences -> Java-> Compiler -> Building -> Circular Dependencies
  4. 默认过程中测试需要很长时间,如果不等待可以在build

最后

以上就是健壮冬天为你收集整理的使用eclipse 编译elasticsearch 7.6.4小结的全部内容,希望文章能够帮你解决使用eclipse 编译elasticsearch 7.6.4小结所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部