Importing to an IDE
How to import a project into Eclipse IDE.
- Overview
- Eclipse IDE
- IntelliJ IDEA
- NetBeans IDE
- VS Code
To import a project into Eclipse IDE, there are only a few steps.
First, in Eclipse, select
Second, in the Import window, select
, and click Next.Import Window in the Eclipse IDE
Then click Browse and select the directory that contains the pom.xml
file of the project you want to import:
Note
| If you’re importing a multi-module Maven project, make sure you select the correct project to import. You typically want to select all the projects. |
Finally, click Finish. Eclipse imports the project and starts downloading the required resources.
After the import finishes, you are ready to explore the project. If you need to make changes to the configuration, see Configuration.
To run the application, proceed to Running an Application in the Eclipse IDE.
D11B4E49-0EF1-4FD5-B0B3-4B00D3778156