I have openjdk 11.0.4.1 Installed In my System
I'm trying to do development in java using IntellijIDEA IDE of Jetbrains.
Whenever I try to start a new JAVA project I see no SDK in SDK path.
So, naturally I tried to add my exisiting installation of JAVA to IntellijIdea.
- I navigated to the folder
/usr/lib/jvm. - Selected the folder
java-11-openjdk-amd64which was inside it. - After I press
OKThis error pops up telling me this is a JRE not a JDK.