Home > database >  Gradle JAVA_HOME anomaly
Gradle JAVA_HOME anomaly

Time:10-13

I am having a very weird problem with gradle and im not sure what is wrong. Java 17 is not installed or anywhere in my path. JAVA_HOME and the java bin are correct in my path. I cant even find the "I cannot find the java executable" string in the gradle.bat or gradle files. Thank you.

CMD with where gradle and gradle

CodePudding user response:

This appears to be a known issue with Gradle: https://github.com/gradle/gradle/issues/18092

  • Related