Organize Your Code - Eclipse

I would suggest you create separate Folders for each Module of the course. Below is an approach that you might find helpful

Step 1

Create a folder for each Module on your Computer (In the example below, I have created a folder called “Module3”

Step 2

Open Eclipse and Click the Browse Button and Select the Folder you created in Step 1 (Click Open)

Step 3

Click Launch

Step 4

Select “Create a new Java Project”

Step 5

Give your project a name (here I have called it ModuleThreeCode). Notice the selections I have made via the radio buttons.) Click Finish

Step 6

You should see the following

Step 7

Expand the workspace View

Step 8

Add your main Code by right clicking on the “src” folder and adding a class

Step 9

Here you will be creating code for your main. In the example, I am calling my main Driver1

Notice the checkbox selections I have made:

after you have given your program a name and made the selections - click “Finish”

You should see the following and you are ready to go!

 

COSC-1437 / ITSE-2457 Computer Science Dept. - Author: Dr. Kevin Roark