IntelliJ IDEA “The selected directory is not a valid home for JDK”

后端 未结 11 1320
梦如初夏
梦如初夏 2020-12-05 12:19

I just installed IntelliJ IDEA and I\'m trying to set it up. I\'ve gotten to the part where I need to select my home directory for my JDK.

I tried navigating to my J

11条回答
  •  猫巷女王i
    2020-12-05 13:22

    This error occurs because if you choosing the path deep in JDK or JRE. The exact path that should be chosen is in my case 64 bit

    C:\Program Files\Java\jdk1.8.0_91

    if 32 bit

    C:\Program Files (86)\Java\jdk1.8.0_91

提交回复
热议问题