Create a Java project

Create an empty Java project named using Eclipse or NetBeans, with the following project name: ReceiveAnalogData.

Option 1: Eclipse

  1. Select File > New, and click the Java Project.
  2. The New Java Project window appears. Enter the Project name.
  3. Click Next.

or

Option 2: NetBeans

  1. Select File > New project....
  2. The New Project window appears. In the Categories frame, select Java > Java Application from the panel on the right, and click Next.
  3. Enter the Project name and the Project Location. Clear the Create Main Class option; you will create this later.
  4. Click Finish to create the project. The window closes and the project appears in the Projects view list on the left side of the IDE.