For COMP 110, you will need to submit every assignment and lab
as an archive of your eclipse project in a file named youronyen_assignmentX.zip
or, youronyen_labX.zip where youronyen is
your onyen and ‘X’ is the number of the assignment or
lab.
In Eclipse, after you have completed your program and tested it,
do the following:
· First,
select the project you wish to export in the Package Explorer (usually on the
left-hand side in Eclipse).
· Select
File -> Export...
· Under
the General folder, select Archive File
· Click
“Next”
· Make
sure that your project, and all of it's sub-folders
(.settings, bin, and src) are selected in the window
on the left, and that .classpath and .project are
selected in the right window. (see figure below)
· Next to
"To archive file" click the Browse button to choose where to save
your zipped project and what to name it.
· Double
check that "save in zip format" is selected
· Click
Finish, and you are done!