First open MyEclipse, click [file] → [import]; then click [General] → [existing projects...] → [next]; finally click [browse] to select the entire folder of the project to be imported , click OK, and then click finish.
#When we are doing Java programming, we may import Java projects from companies, colleagues, etc. to write and modify. So how to import projects?
This article takes MyEclipse as an example to demonstrate how to import the project.
If you have not downloaded programming tools such as MyEclipse, it is recommended to go to Java Tutorial to learn about it.
The first step is to open MyEclipse.
The second step is to click [file] → [import] on the menu bar in the upper left corner.
#The third step, will appear at this time A dialog box, Open the [General] subdirectory, select [Existing Projects into Workspace], and click [Next].
The fourth step, click [Browse] to select the entire folder of the project you want to import, it must be a folder, click OK.
The fifth step is to click finish to complete the project import.
#Imported projects can be found on the Package Resource View Manager.The above is the detailed content of How to import projects in Java. For more information, please follow other related articles on the PHP Chinese website!