Programming Java 7 in Eclipse

前端 未结 5 1851
后悔当初
后悔当初 2020-12-15 02:29

I installed JDK 7 and Eclipse 3.6M6. Then, I added JRE 7 as a new JRE execution environment in Eclipse, and set the compiler compliance level to Java 7. I can compile the fo

5条回答
  •  独厮守ぢ
    2020-12-15 03:06

    Eclipse has its own embedded Java compiler. So if there is no eclipse beta or something like that that already can compile Java 7 then you're out of luck.

    Netbeans should work.

提交回复
热议问题