Project from existing model

Importing a project from existing model

From the Welcome Screen, you can create a project from existing sources by going to File | New | Project from Existing Sources, or you can use Find Action ⌘⇧F (macOS) / Ctrl+Shift+F (Windows/Linux) to find “project from existing sources” and click the Import project from existing sources action in the popup. Project from Existing Sources Import project from existing sources IntelliJ IDEA will open the file system on your machine. Select the directory where you keep your projects, sources, etc. and select the project you want to import. Open project

In the Import project popup, the option Create project from existing sources is selected by default. You can use this type of import to create an IntelliJ IDEA project from the existing source code that isn’t necessarily an exported project from somewhere else. Import project: Create project from existing sources

If you have a project that uses an external model, like Maven, Gradle or Eclipse, and you want to import it as a whole, you can select the option to Import project from an external model. When you select this option, IntelliJ IDEA will interpret the project files. Import project: Create project from existing model

If the project that you are importing uses a build tool, like Maven or Gradle, we recommend that you select the build tool configuration. The example project here uses Gradle, so we’ll select that. Click Create. Gradle If you have an Eclipse project that doesn’t use a build tool, you can select Eclipse to migrate your Eclipse project to IntelliJ IDEA. For Maven and Gradle projects, IntelliJ IDEA configures the settings automatically. We’ll be able to adjust them after the project is imported.

To see and change the settings for our project, you can go to our Project Structure. You can open the Project Structure from the menu by going to File | Project Structure, by using the shortcut ⌘; (macOS) / Ctrl+Alt+Shift+S (Windows/Linux) or by using Find Action ⌘⇧A (macOS) / Ctrl+Shift+A (Windows/Linux). Here you can see and change the Project Settings. Project Settings from menu Project Settings