Since i read that the early release of JDK7 was available for developers to play with i decided to have a look. About 5 minutes later after trying to play with some of the project coin features i realised that Eclipse does not support it yet.

So my question is what is the best way to start playing with JDK7? I assume that the good folk at Oracle and elsewhere are using an IDE to develope and test the new features or is is back to vi? Does netbeans provide support?

link|improve this question

4  
This is the 100000th question tagged "java" – irreputable Feb 25 '11 at 0:21
@irreputable. Funny, but the main page says 99994. – Alexander Pogrebnyak Feb 25 '11 at 0:27
Hey, what is wrong with using a text editor? My first 5+ years of Java programming were done exclusively with a text editor (emacs). Kids these days ... :-) – Stephen C Feb 25 '11 at 1:45
feedback

4 Answers

up vote 2 down vote accepted

I believe the latest netbeans beta has support for JDK7 features. See here

link|improve this answer
feedback

Check out this article for the java 7 feature netbeans supports http://wiki.netbeans.org/Java_EditorJDK7

link|improve this answer
feedback

Yes, Netbeans beta is your answer.Netbeans 7 (beta 2 I think) has jdk7 support.

See this article http://www.theserverside.com/news/thread.tss?thread_id=61952

Switch statement for strings! Can't wait!

link|improve this answer
feedback

IntelliJ IDEA supports Java 7. (and 8 !? whatever that is)

And it is the best IDE.

link|improve this answer
In order to get a Java release out the door this year they split the previous planned release into two, hence Java 7 & Java 8 being fairly well defined. Press release here - oracle.com/us/corporate/press/193190 ... or an interview with Language Architect Brian Goetz here :-oracle.com/technetwork/articles/java/… – MadMurf Feb 25 '11 at 0:52
feedback

Your Answer

 
or
required, but never shown

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