How do I start a project in IntelliJ?
In order to start a new project in IntelliJ:-
- Inside IntelliJ IDEA, you may utilise the New Project Wizard to create a new project. You can either click New Project from the Welcome screen or go to File > New > Project if you’re already in a project.
- You must create a Java project, which is already selected. You must also choose a JDK from the Project SDK drop-down to compile this project: At the top of the list, IntelliJ IDEA will display a list of configured JDKs, as well as a list of JDKs that are currently installed.You can select any of these, or you can click Download JDK.