Home  >  Article  >  Java  >  How to import projects in Java

How to import projects in Java

(*-*)浩
(*-*)浩Original
2019-05-05 10:36:2027140browse

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.

How to import projects in Java

#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.

How to import projects in Java

The second step is to click [file] → [import] on the menu bar in the upper left corner.

How to import projects in Java


#The third step, will appear at this time A dialog box, Open the [General] subdirectory, select [Existing Projects into Workspace], and click [Next].

How to import projects in Java

The fourth step, click [Browse] to select the entire folder of the project you want to import, it must be a folder, click OK.

How to import projects in Java

The fifth step is to click finish to complete the project import.

How to import projects in Java

#Imported projects can be found on the Package Resource View Manager.

How to import projects in Java

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is the use of jdk?Next article:What is the use of jdk?