You are on page 1of 2

How to create a Java Program

1. Launch NetBeans IDE.


2. Select Java in Project Categories, then select Java Applications Projects list and hit the Next
button as shown int the figure below.

3. Write the name of your Java Program and hit the Finish button as shown in the figure below.
4. You can now code your first Java Program. Press F6 to run your program or go to the Run menu
then select run project or press the run button as show in the figure below.
Run Menu
Run Button

Output Window Write your code


here

You might also like