NetBeans Startup

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 6

• Open NetBeans IDE

• Click File->New
Project
• Click on Java Menu
• Click Java Application
• Click Next
• Rename project as “FristProgram”
• Set project location to
X:\COECS\COEL34E\JavaPrograming
• Click Finish
Let’s try printing “Hello World”
•Type the code
System.out.println(“Hello World”);
inside the public static void function
• Click Run

• The output will be displayed on the terminal


located at the bottom part of the application.

• Congratulations! You have create your first java


program

You might also like