"Hello World!" for the NetBeans IDE
It's time to write your first application! These detailed instructions are for users of the NetBeans IDE. The NetBeans IDE runs onthe Java platform, which means that you can use it with any operating system for which there is a JDK 6 available. These operating systems include Microsoft Windows, Solaris OS, Linux, and Mac OS X. A Checklist To Write your first program, you'll need: The Java SE Development Kit 6 (JDK 6) For Microsoft Windows, Solaris OS, and Linux: http://java.sun.com/javase/6/download.jsp For Mac OS X: http://connect.apple.com The NetBeans IDE For all platforms: http://www.netbeans.info/downloads/index.php Creating Your First Application Source: http://download.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html