Create a Java project
Create an empty Java project named using Eclipse or NetBeans, with the following project name: ReceiveAnalogData.
Option 1: Eclipse
- Select File > New, and click the Java Project.
- The New Java Project window appears. Enter the Project name.
- Click Next.
or
Option 2: NetBeans
- Select File > New project....
- The New Project window appears. In the Categories frame, select Java > Java Application from the panel on the right, and click Next.
- Enter the Project name and the Project Location. Clear the Create Main Class option; you will create this later.
- 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.