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:
- Navigate to the File menu, select New, and click Java Project.
- You are prompted with a New Java Project window. Enter the Project name from the title of this step.
- 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:
- Navigate to the File menu and select New project....
- 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.
- 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.
- 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.