Mathguy3829
Mathguy3829

Reputation: 49

gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program

I'm getting into modding with forge 1.8.9, and I've setup my workspace. However, when trying to build gradle, i get this error:

gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Any idea on how to fix this? Thanks

Upvotes: 1

Views: 8647

Answers (1)

Mathguy3829
Mathguy3829

Reputation: 49

basically what I did was download a previous version of jdk and java that was compatible with forge 1.8.9. You must also install gradle and set it in your PATH variable. Then, instead of gradlew, use gradle. It should work :)

Upvotes: 2

Related Questions