Eclipse + Maven: force Execution Environment “JavaSE-1.6” instead of fixed JDK

后端 未结 3 922
刺人心
刺人心 2021-01-02 11:19

I\'m using Eclipse as IDE and Maven outside of it to keep all dependencies up to date and update the Eclipse-project as such. In Eclipse I usually specify the JRE system lib

3条回答
  •  心在旅途
    2021-01-02 12:25

    Since you are using maven and eclipse, perhaps you should use M2Eclipse plugin. The maven project (built by maven by setting JAVA_HOME=C:\Program Files\Java\jdk1.6.0_23) imported in Eclipse, shows up with JRE System Library as JavaSE-1.6

提交回复
热议问题