Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wish to find out does anyone have problem compiling JDK 7 code with Eclipse? Because currently I only able use JRE 7 in Eclipse to test run but as for trying to use JDK 7 features into my code, it will state it will not support.

share|improve this question
What version of Eclipse? Personally, I'm sticking with JDK 6 (the last non-Oracle) version for a while... – paulsm4 Aug 14 '11 at 3:32
Currently I am using the latest version of Eclipse which is Indigo. – shh Aug 14 '11 at 3:37
openjdk.java.net/projects/jdk7 is the new reference impl and its open source – NimChimpsky Jul 11 '12 at 8:40

1 Answer

up vote 12 down vote accepted

Eclipse 3.8 M1 (Juno) is the earliest stable version to have support for Java 7. Java 7 support will also be available in the upcoming 3.7.1 release.

Unfortunately, since Java 7 released after Eclipse 3.7 (Indigo) release, the Java 7 support could not make it to 3.7.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.