IDE Setup

IntelliJ IDEA

The most loved tool for Java developers worldwide is IntelliJ IDEA. It will help you code much smarter than most other programs.

Click here to install it.

If you see this screen after installation, just click Skip Import. IntelliJ import settings

On the first screen, click New Project. IntelliJ default screen IntelliJ Java new project Choose Java as the language and enter your project name. For Build system, IntelliJ is fine for now. If you need a JDK, click “Download JDK.”

Java new project

If you see a clean new project window, you are good to go. Before moving on, delete all default code. Java setup finished