No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

报错: 

------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project harvest_data: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

检查安装的环境:

java环境是否只有jre运行时环境,而没有jdk开发环境。

yum list installed | grep java

如果没有java-devel 或者openjdk-devel就安装

查找:yum list java* | grep openjdk-devel

找到对应的版本

yum install 

 

 

 

posted on 2021-01-30 18:43  饮鸩  阅读(229)  评论(0)    收藏  举报