CSC301: Admin: Start eclipse in the eclipse-workspace you downloaded before [16/56] |
There is a video walking through these steps on windows: Algs4 workspace movie
Make sure that you have downloaded the code for the class, as instructed before.
Verify that the folder hierarchy looks like this:
C:\Users\myname\Documents\DataStructures\eclipse-workspace C:\Users\myname\Documents\DataStructures\eclipse-workspace\algs4 C:\Users\myname\Documents\DataStructures\eclipse-workspace\algs4\data C:\Users\myname\Documents\DataStructures\eclipse-workspace\algs4\lib C:\Users\myname\Documents\DataStructures\eclipse-workspace\algs4\src
On my machine, I have the following:
Start eclipse. When it prompts you for a eclipse-workspace, select your eclipse-workspace
folder.
C:\Users\myname\Documents\DataStructures\eclipse-workspace
DO NOT SELECT THE algs4
FOLDER!
In eclipse, navigate to
File > New > Java Project
In project name
type algs4
. and then click the finish
button