PDA

View Full Version : [SOLVED] Transfferring Eclipse Projects



nova47
March 8th, 2009, 04:55 PM
Does anyone know how to transfer Eclipse projects from one computer to another. (Specifically in Ganymede)

Gordon Bennett
March 8th, 2009, 05:02 PM
Go into your Workspace directory - then package up your project's directory (into a .tar.gz for example) and then from the other machine import the project thus:

File->Import…->General->Existing Projects into Workspace

Then choose ‘Select archive file’ and select the .tar.gz archive from the file dialog. It will automatically select the project name for you. Click on ‘Finish’ and the project will be imported to the workspace.

nova47
March 8th, 2009, 05:34 PM
Thanks got it up and working.