How Can I Tell Eclipse to Compile and Build a Project with a Different JRE Version than it Normally Does?

后端 未结 2 1619
刺人心
刺人心 2021-01-17 16:21

I\'m not sure if this question has been answered in full or if my title is descriptive enough given my situation, but I\'ve been asked to convert a project from being built

2条回答
  •  死守一世寂寞
    2021-01-17 16:55

    It looks like you are using JRE 1.5 rather than JDK 1.5

    Make sure you download the JDK 1.5 and your issue should go away. You can set the default JDK in the preferences, search for 'jre'.

    Projects can also define their specific jre

    Get JDK 1.5 from Here http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html

提交回复
热议问题