Importing to an IDE
- Overview
- Eclipse IDE
- IntelliJ IDEA
- NetBeans IDE
- VS Code
In Eclipse, select
In the Import window, select
, and click .Import window in the Eclipse IDEClick pom.xml file of the project you want to import:
and select the directory that contains theNoteIf you are importing a multi-module Maven project, make sure you select the correct project to import. You will typically want to select all the projects. Click
. Eclipse will import the project and start 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.