Reputation: 2490
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:
What am I doing wrong? Thanks!
Upvotes: 1
Views: 1745
Reputation: 1
make sure you press SOURCES then click add platform, the default selection is CLASSES.
Upvotes: 0
Reputation: 34179
Follow these instructions on how to setup Netbean 7 for JDK7.
Upvotes: 3