EECS 1710
Programming for Digital Media
Import Instructions
4. Importing a Java Project into Eclipse
DO NOT DOUBLE CLICK YOUR ZIP FILE TO OPEN (and DO NOT try to individual java files from an extracted ZIP archive.)
If you do this, you will not be running the project with the project settings or any included libraries.
You MUST IMPORT THIS file
With Eclipse open and the "eclipse-workspace" selected, choose File → Import...
-
In the Import dialog, select "Existing Projects into Workspace", then click NEXT (below, left).
- In the next dialog,
click "Select archive file", click "Browse", navigate to the folder containing the project archive
(the ZIP file you just downloaded), select it, then click FINISH (below, right).
- The archive file will be opened and imported as a project in Eclipse. You should see it in the Project Explorer:
If the project view does not appear by default, enable it as follows (Window -> Show View -> Project Explorer):