=> 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.