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:
- Click the File menu.
- Select New Project.
- Select General from the Categories section.
- In the Projects section, select Java Application.
- Click the Next button to proceed.
- Name the project as HelloClient.
- Change the location of the project to any folder on your computer.
- Click the Finish button. A HelloClient project is created. A Main.java file is also created, which resides in the Source Packages node.
|