

Select Import project from external model and choose Maven. Navigate to the directory of the project and select Open. Note: If a previous project opens, go to the main menu and select File -> New -> Project from Existing Sources. If you already created the project, or previously imported it, use the Open menu item. Launch IntelliJ IDEA and select Import Project from the Welcome Screen. Once the project opens, this is what you'll see:Īny projects that you recently opened appear in the main pane of the Welcome Screen. Navigate to the directory of the project and select Open: If you haven't created the project yet, or the project is a Tech Elevator tutorial, lecture, or exercise project that you haven't previously imported into IntelliJ IDEA, you'll need to follow the instructions in Create Project to create the project, or in the next section Import Project to import the Tech Elevator tutorial, lecture, or exercise project. Launch IntelliJ IDEA and select Open from the Welcome Screen to open any previously created or imported project. Base package: The base package of the project where the main class is created.Ĭlick Finish to create and open your project.By default, the IDE creates a directory with the same name as the project. Project location: Specify the path to the directory in which you want to create the project.Project name: Specify the project name.Note: If the JDK is installed on your computer, but not defined in the IDE, select Add JDK and specify the path to the JDK home directory-for example, /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk.Ĭheck Create Project from Template and select Command Line App which creates a Java application that includes a class with main() method.įinally, you'll need to fill in some basic properties for the project: If Java 11 is already defined in IntelliJ IDEA, select it from the Project SDK list. Note: If a previous project opens up rather than the Welcome screen, go to the main menu and select File -> New -> Project.įrom the list on the left, select Java and configure the project SDK.
/Eclipse-vs-Netbeans-vs-Intellij-690df8c1cd9d4718894bf24eca325c12.jpg)
When the Welcome screen opens, click Create New Project. In IntelliJ IDEA, a project helps you organize your source code, tests, libraries that you use, build instructions, and your personal settings in a single unit.

IntelliJ IDEA is designed as an IDE for JVM languages but numerous plugins can extend it to provide a polyglot experience. IntelliJ IDEA is a cross-platform IDE that provides consistent experience on Windows, macOS, and Linux.ĭevelopment of modern applications involves using multiple languages, tools, frameworks, and technologies. IntelliJ IDEA is an Integrated Development Environment (IDE) for JVM languages designed to maximize developer productivity.
