Intellij JAVA_HOME variable

后端 未结 5 1562
南旧
南旧 2021-01-31 07:00

I started using Gradle and Intellij but I am having problems to configure Gradle\'s JVM. When I start a new Gradle project I am not allowed to define JVM as my JAVA_HOME variabl

5条回答
  •  误落风尘
    2021-01-31 07:38

    The problem is your "Project SDK" is none! Add a "Project SDK" by clicking "New ..." and choose the path of JDK. And then it should be OK.

提交回复
热议问题