
- #WHIC NETBEANS TO DOWNLOAD INSTALL#
- #WHIC NETBEANS TO DOWNLOAD SOFTWARE#
- #WHIC NETBEANS TO DOWNLOAD CODE#
To create a new project, first select File->New Project Instructions for Creating NetBeans Projects You are welcome to use this, but it is an older version of the software, so things might look a little different from the examples in class. Also, there is a combined download of Java and NetBeans in a single installer.

NOTE: You may also use Eclipse, IntelliJ Idea, or the terminal ( javac and java) if you are more comfortable with them, but the default option is Netbeans, and we will be working through examples in class and in labs with Netbeans.
#WHIC NETBEANS TO DOWNLOAD SOFTWARE#

The most recent version is generally fine.
#WHIC NETBEANS TO DOWNLOAD INSTALL#
You will install the JDK first, and then NetBeans. Please visit these links to install the Java Development Kit (JDK) and NetBeans. It also has some nice tools to help you debug.
#WHIC NETBEANS TO DOWNLOAD CODE#
To make this as easy as possible, we will start with an Integrated Development Environment (IDE) known as Neatbeans, which will make it easy to organize your projects and to run the code you write. The purpose of the class is not to become an expert in Java, but rather to use Java in the service of learning about other topics in computer science. We will be using the Java programming language in this class.

This guide has been adapted from Professor Tralie. CS173: Intro to Computer Science - NetBeans Software Environment
