Create an empty Java project named XBeeAdvancedChatA

To create the project, choose one of these development options and follow the steps:

Option 1 - Eclipse

To create a new Java project in Eclipse, follow these steps:

  1. Navigate to the File menu, select New, and click Java Project.
  2. You are prompted with a New Java Project window. Enter the Project name from the title of this step.
  3. Click Next and continue to Link all Java and native libraries to the project.

or

Option 2 - NetBeans

To create a new Java project in NetBeans, follow these steps:

  1. Navigate to the File menu and select New project....
  2. You will be prompted with a New Project window. In the Categories frame, select Java > Java Application fro m the panel on the right. Click Next.
  3. Enter the Project Name from the title of this step and the Project Location. De-select the option called Create Main Class; it will be created later.
  4. Click Finish to create the project. The window closes and the project is listed in the Projects view on the left side of the IDE.