概述
今天花了不少时间,编译好了elasticsearch 7.6.4,简单总结如下:
- 需要安装jdk 13
- 测试代码使用了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 - 项目中大量循环依赖,需要执行以下动作
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 - 默认过程中测试需要很长时间,如果不等待可以在build
最后
以上就是健壮冬天为你收集整理的使用eclipse 编译elasticsearch 7.6.4小结的全部内容,希望文章能够帮你解决使用eclipse 编译elasticsearch 7.6.4小结所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复