I have some java source code i need to recompile but i'm brand new to java and would like to use netbeans as my IDE.<BR><BR>Any tips to where a .NET developer should go to learn about java?
package examples.dustin; import java.util.Collection; /** * Simple example that breaks in Java SE 7, but not in Java SE 6. * * @author Dustin */ public class Main { public static String[] ...