Instructions for using Eclipse
1. Launch eclipse on your computer
2. In the Workspace Launcher window, browse to where you want to store your eclipse projects, such as
C:\Documents and Settings\raj127\My Documents\workspace (your hard drive)
or
F:\workspace (your jump drive)
and click OK
3. To create a new Java project, click New, Project, Java Project
4. In the New Java Project window, enter the Project Name and select Use project folder under Project layout, click Finish
5. Select the project folder in the Project Explorer
6. To import an existing project, click File, Import from the menu, double-click File System in the Import window, click Browse to find the project, click the project folder, and click OK; select the desired files to import in the right pane of the Import window (at least the .java files), click Finish
7. To create a new class in a project, click File, New, Class from the menu, enter the Name of the class and click Finish