Netbeans
To create a new Java project in NetBeans, follow these steps:
- Navigate to the File menu and select New project....
You are prompted with a New Project window.
- In the Categories frame, select Java > Java Application on the right panel.
- Click Next.
- Enter the Project Name, myFirstXBeeApp, and the Project Location.
- Clear the Create Main Class option. This will be created later.
- 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.