Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.37 KB

eclipse.md

File metadata and controls

27 lines (14 loc) · 1.37 KB

Eclipse Setup

It's easy to use Eclipse! Just that this time, you won't be creating new projects. Instead, you'll be importing projects into existing workspace since we already created most of the directory structure for you.

  1. Fire up Eclipse. It should look like this:

1

  1. In the main menu bar, select File > Import. In the window that pops up, select Existing Projects into Workspace

2

  1. This window should pop up. Select "Browse"

3

  1. Navigate to the homework-<youruni> directory. This is critical: Do not add the specific homework (eg. homework-<youruni>/0). Instead, add the entire directory homework-<youruni>.

4

  1. You should see all the homeworks you have so far being identified as separate projects. If that's correct, click "Finish"

5

  1. Now you can see your homeworks as a projects in Eclipse.

6