Eclipse/Maven error: “No compiler is provided in this environment”

前端 未结 24 1442
庸人自扰
庸人自扰 2020-11-27 04:36

I am a relative newcomer to the world of Java enterprise development. My organization\'s Java guru is out on indefinite family leave, and I have been assigned the task of m

24条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 05:07

    1.Go to Windows-->Preferences-->Java-->Installed JREs-->Execution Environments

    2.select the java version you are using currently in the "Execution Environments" box. So that in the "Compatible JREs" box, you are able to see as "jre1.8.0_102[perfect match]"(if your java version is 1.8). Then try to build using maven.

提交回复
热议问题