

Drag the IntelliJ IDEA to your Applications folder:ģ. If it opens automatically, move on to the next step.Ģ.

If an “Open and Save” dialog appears, select the option, “Open with”, to open the disk image once the download is complete. Make sure the correct operating system has been selected prior to downloading.ġ. Next, we’ll continue the installation process for Mac and Windows respectively. We’ll be installing the Community edition.

You’ll be provided with two available editions to download: The free Community edition and the paid Ultimate edition. From here, you can click on the “Download” button, and you’ll be redirected to the download page. In order to install IntelliJ IDEA, you will first need to navigate to /idea. IntelliJ IDEA has a multitude of functionalities available and is designed to keep your focus on the code with features like code completion, inline debugging, quick fixes, and a variety of keyboard shortcuts. It’s built on Java and provides a consistent experience on Windows, macOS, and Linux for many different languages.

IntelliJ IDEA is an Integrated Development Environment (IDE) created by JetBrains. We’ll cover the installation process for both Mac and Windows and also set up the necessary configuration to get you up and running with IntelliJ IDEA. In this tutorial, we’ll walk through the process of installing and setting up the IntelliJ IDEA on your local machine. Why does IntelliJ not accept /usr/local/opt/openjdk (installed by Brew) as a JDK?. macos - IntelliJ IDEA JDK configuration on Mac OS. This could have saved me a few extra minutes of my day. I guess this is just a friendly reminder for me to always read my logs. If you need to have first in your PATH, run:įor compilers to find you may need to set: Sudo ln -sfn is keg-only, which means it was not symlinked into /opt/homebrew,īecause this is an alternate version of another formula. => Caveatsįor the system Java wrappers to find this JDK, symlink it with In gathering up material for this post, I discovered that the solution to this just happened to be buried in the caveats that were logged during installation. With the symlink in place, IntelliJ detects the installation as expected. $ sudo ln -s /Library/Java/JavaVirtualMachines This was a very easy fix to put in place. Selecting the Project SDK dropdown did not give me the option to use the JDK I just installed.Īfter digging around a bit, I discovered that this is because brew may not symlink the JDK installation to /Library/Java/JavaVirtualMachines. However, I noticed that IntelliJ did not auto-detect the Java installation when creating new projects. $ brew install brew install intellij-idea-ce I recently went through a Homebrew (brew) Open JDK 11 and IntelliJ IDEA installation on a new Macbook Pro.
