- Home
- Syllabus
- Schedule and Slides
- Labs
- Homework
- Project
- Moodle
- PairEval
- Eclipse Tips
- Regrades
- Clicker Info
CSC 201 - Eclipse Tips
Import a zipped project into Eclipse
To do this:
- Download the zip file from the link and save it somewhere on either your local or net drive.
- Once you have your Eclipse workbench open, select File -> Import.
- In the pop-up window, select to import a General -> Existing Projects into Workspace and press Next.
- Choose "Select Archive File" (i.e. from a zip file) and choose Browse and find the zip file you downloaded.
- Finally, push Finish.
Export your project to a zip file
To do this:
- Right-click on your project in the Project Explorer and choose Export.
- Choose General->Archive File. Click Next.
- In the "To archive file:" field, use the Browse button to find a location to save your zip file and to give it a name.
- Choose "Select Archive File" (i.e. from a zip file) and choose Browse and find the zip file you downloaded.
- Finally, push Finish. The zip file is where you told it to save.
