The web application project stores all the configuration details of the client application. To create your web application project, you need to complete the following steps:

  1. Click the File menu.
  2. Select New Project.
  3. Select General from the Categories section.
  4. In the Projects section, select Java Application.
  5. Click the Next button to proceed.
  6. Name the project as HelloClient.
  7. Change the location of the project to any folder on your computer.
  8. Click the Finish button. A HelloClient project is created. A Main.java file is also created, which resides in the Source Packages node.