Create a New Project

Before starting a new project make sure your paths are set properly .You are now ready to make your first Java project.

Create a New Project
Select New from the file menu.
Select Application from the New tab of the New Dialog.
Next in the new project dialog enter the name of your project as the directory where the project will reside and as the name of the project. In this case the project is Inclass1. You may have to resize the dialog to make it wide enought to read the whole path to your directory.

Create a Simple Java Program.

Creating Java Program
The Application Wizzard now asks you to create a new class. Call this class MyClass1
Now create the window (frame) that will be your main application window.
You will now see the project window with an HTML document describing your project showing in the view pane.