Please wait ......

Creating New Java Project in IDE

Learn how to create a new Java project using NetBeans IDE


From the menu on the top left, choose File-> New Project. The following pop up should appear.

 

Select Category as Java and "Java Application" in the Projects options. Click the "Next" button provided at the bottom of the pop up.

Now the following popup should appear.

 

  1. Type in the Project Name (in this example it is skillrackjava ).
  2. Uncheck the Create Main Class (we will create a main class later).
  3. Click the Finish button.

Congratulations!!.  You have created your project to develop Java programs in NetBeans.

Watch the Video: