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

后端 未结 30 2604
盖世英雄少女心
盖世英雄少女心 2020-11-22 15:40

I\'m compiling a project in Eclipse using m2eclipse. I set the JDK path in Eclipse like this:

Windows-->preferences-->installed jres--> jdk1.7.xx  p         


        
30条回答
  •  醉话见心
    2020-11-22 16:28

    I was getting this error when trying to do a maven build from within eclipse.

    For me, the answer was going to Run -> Run Configurations, selecting the Maven Build I was running (from the left panel). Then, I clicked the JRE tab and selected the option Workspace default JRE

提交回复
热议问题