What JDK is using embedded intellij JDK? I am havi...
# intellij
j
What JDK is using embedded intellij JDK? I am having problems with Oracle JDK 11 and embedded one is working fine. I would like to download it
c
IntelliJ uses a custom build based on OpenJDK: Jetbrains Runtime https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime
Probably better to try an official OpenJDK build first, before installing JBR globally on your computer
j
OpenJDK give me problems with gradle.kts files in the past
I will try btw
Thank you 🙂
👍 1