[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
查看由于centos7的默认时jre环境,没有jdk,网上很多说法是安装下载jdk安装,看到https://blog.csdn.net/cdnight/article/details/78293767这篇文章,执行yum install java-devel 之后,问题解决。
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
查看由于centos7的默认时jre环境,没有jdk,网上很多说法是安装下载jdk安装,看到https://blog.csdn.net/cdnight/article/details/78293767这篇文章,执行yum install java-devel 之后,问题解决。