Importing and Exporting Java Projects in Eclipse
Back to Software Engineering Tutorials
| 1.0 | Importing a Project to Eclipse From an Archive File |
| 2.0 | Exporting a Project from Eclipse to an Archive File |
| 3.0 | Submission Guidelines |
To import an entire Eclipse project from an archive file, follow these steps.
NOTE: It may seem counter-intuitive to not be selecting Archive File at this step. The Archive File option is used for importing Eclipse resources into an existing Eclipse project. Since you are importing an entire project, you must select Existing projects.
|
To export an entire Eclipse project into an archive file, follow these steps.
|
Projects are to be submitted through the WolfWare submit locker of your lab section. Each project should be exported from Eclipse as a zip file, or the project folder can be zipped up from inside Windows. It would be helpful if the name of the file that you submit contained your name or unity ID, your partner's name or unityID, and the HW name (something like unityID1_unityID2_hw#.zip). Please make sure you put your name and your partner's name at the top of every file. The TAs will unzip your project and import it into their Eclipse workspace. From there we will run your application and grade your documentation and/or models. For best results, it would be a good idea to have all external resources that you need for your project (like various external JARs) in a lib/ directory in your project. We will be willing to do minor build path changes to get your project to work with no penalty, but it is good form to have the project ready to deploy as soon as we import it into Eclipse Top | Contents Back to Software Engineering Tutorials Moving Resources Between Eclipse and Rational XDE Tutorial ©2003-2004 North Carolina State University, Laurie Williams, Dright Ho, Sarah Heckman |