IntelliJ IDEA 11.1 Web Help

11.0+

In this section:

To open an existing project

This operation refers both to the projects created in IntelliJ IDEA, and the projects from existing sources.

  1. Do one of the following:
    • On the Welcome screen, click Open Project link. Alternatively, locate the desired project in your file chooser, and then drag and drop it onto the Welcome screen.
    • On the main menu, choose File | Open Project.
  2. In the Open Project dialog box, navigate to the desired *.ipr, .classpath, .project, or pom.xml, file or to the folder marked with the IDEA icon, that contains project .idea directory.
  3. Specify whether you want to open the project in a new frame, or close the current project and reuse the existing frame. Refer to the section Opening Multiple Projects for details.

Note

Alternatively, you can drag the desired project from your file chooser right to the Open Project dialog without locating it there. The respective file in the dialog will be found automatically.

To reopen a recent project

When IntelliJ IDEA starts, the most recent project reopens by default (unless this option is disabled in General settings).

IntelliJ IDEA keeps the history list of the recent projects, from which you can select the desired one.

  1. On the main menu, choose File | Reopen.
  2. Select the desired project from the list of the recent ones.
  3. Specify whether you want to open the project in a new frame, or reuse the current frame.

Tip

You can:

  • 11.0+ Reopen a recent project from the Welcome screen. To do that, just click the desired link under Recent Projects, or press Alt+numberAlt+number
  • Terminate the project opening process, without waiting for its completion, by clicking Cancel in the progress window.
  • Open projects and individual files from the command line, by specifying the project or file name as a command line argument.
To close a project

When the only open project is closed, the Welcome screen is displayed. In case of multiple projects, each one is closed with its frame.

  • On the main menu, choose File | Close Project.

See Also

Concepts:

Procedures:

Language and Framework-Specific Guidelines:

Web Resources: