IntelliJ IDEA 2018 2.5 Ultimate not findingJDK 11 as Project SDK
Answered
I have JDK 11 installed in my Windows machine
echo %JAVA_HOME%
C:\Program Files\Java\jdk-11.0.1\bin
C:\Users\Laki>java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
IntelliJ IDEA Ultimate is not recognizing the above JAVA_HOME path as my SDK 

Please sign in to leave a comment.
Hello,
Does it work if you select "jdk-11.0.1" folder instead of "bin" folder?
Same here with my Ultimate version. But I am wondering in the above Lakshmanvvs question he mentioned
I have JDK 11 installed in my Windows machine
echo %JAVA_HOME%
C:\Program Files\Java\jdk-11.0.1\bin
however I set JAVA_HOME as without bin also encountered same issue. And I tried this too.
Issue resolved for me. Thanks for the tip Yaroslav
Shanthamurthy,
Does it help if you point to Prject JDK manually, not using "JAVA_HOME" variable?