In the process of using eclipse, you often encounter the case of importing external ECLISPE projects, importing external eclipse to import an existing Eclipse project into eclipse, then how to import the external project? Below you will share the eclipse tutorials that have been introduced into the Eclipse project.
Tools/Materials
- Eclipse
- Computer
- External Elipse Engineering, existing Eclipse engineering
Method/Step
Locate the Eclipse installation directory, open Eclipse, and go to the Eclipse Workbench.
Find the Project window interface for Eclipse, right-click, and then find the "Import-->import" function.
In the pop-up Import dialog box, select Import an existing project "Existing Projects into Workspace" option and click Next.
In the external engineering selection interface, find the path of the external project, you can see after the loading of the external project, it is best to copy to the working directory "copy projects into Workspace" option selected.
Select OK, click OK, at this point will be the project into eclipse, waiting for the import to finish, in the project interface can see just imported projects, so that the import is complete. How eclipse imports an existing project to share this, you can later use this method to import your own external Eclipse project.
Java programming Related: How eclipse imports an existing project