Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer project written in Eclipse?

Tags:

People also ask

How do I move an Eclipse project?

Right click on the Eclipse project in the Package Explorer, select Refactor, then select Move... In the dialog that comes up, enter or navigate to the new location and click OK.


I was trying to move my project, which was written in Eclipse, to another computer. I tried declaring the right workspace, but the project doesn't appear in Eclipse.

Is there a way to transfer an entire project, or must I rebuild the project with its packages and transfer only the .java files?