Java version automatically change to java 1.5 after maven update

前端 未结 11 505
盖世英雄少女心
盖世英雄少女心 2020-12-22 17:29

I am using eclipse as IDE. When I right click on the project and then click maven update my java version change to 1.5. Here is what I did so far, I followed all the steps l

11条回答
  •  庸人自扰
    2020-12-22 18:06

    I've resolved the issue installing the eclipse update "JAVA 12" from the market. It makes my eclipse pass from Kepler to Luna.

    After that, i have been able to set 1.8 as standard JDK, fixing the "maven update" problem.

提交回复
热议问题