Netbeans

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

  1. Navigate to the File menu and select New project....

You are prompted with a New Project window.

  1. In the Categories frame, select Java > Java Application on the right panel.
  2. Click Next.
  3. Enter the Project Name, myFirstXBeeApp, and the Project Location.
  4. Clear the Create Main Class option. This will be created later.
  5. Click Finish to create the project. The window closes and the project is listed in the Projects view at the left side of the IDE.