编程那点事编程那点事

专注编程入门及提高
探究程序员职业规划之道!

JRE

maven编译:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK
Java编程

maven编译:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK

阅读(6530)

maven编译项目报如下错误[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?根据报错不难发现,没有编译环境,或许你用的是jre而不是jdk,解决方法,参考本站的这篇文章:eclipse配置jdk,配置好jdk并选择该jdk一般就能解决No compiler is provided in this environment. Perhaps yo...