I had the same problem, in my case I wasn’t able to select any of the “openjdk” directories under /usr/lib/jvm/, I solved with:
sudo apt-get install openjdk-8-jdk
When restarting intellij it will find the path to the jdk automatically.
I had the same problem, in my case I wasn’t able to select any of the “openjdk” directories under /usr/lib/jvm/, I solved with:
sudo apt-get install openjdk-8-jdk
When restarting intellij it will find the path to the jdk automatically.