I am in the process of learning Java and the book I am using has code that requires Java 7. I downloaded the JDK7 developer preview from Google Code so I could add it as a Platform in Netbeans, when I select the 1.7.jdk, file the Next button turns grey for some reason as you can see in the image below: Greyed out "Next" button

What am I doing wrong? Thanks!

link|improve this question

47% accept rate
What book are you using? – Paul Dec 23 '11 at 3:39
feedback

2 Answers

up vote 3 down vote accepted

Follow these instructions on how to setup Netbean 7 for JDK7.

link|improve this answer
I like your answer better. – Bill Dec 23 '11 at 3:44
+1 I think the link you provided may help the OP. – Lion Dec 23 '11 at 4:35
Ah! I forgot to go to the right file inside the JDK.. Thanks! – Blakeasd Dec 24 '11 at 1:13
feedback

make sure you press SOURCES then click add platform, the default selection is CLASSES.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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