So I am attempting to code a mod using JDK 7 and Eclipse, both of which are working, and I installed the Forge src 1.7.10 and extracted it to the a folder inside another folder which now contains a folder with Eclipse's files and a folder with forge's files. I typed into the command prompt 'gradlew setupDecompWorkspace' and got the following message:
'gradlew' is not recognized as an internal or external command,
operable program or batch file.
I also tried gradlew setupDevWorkspace and I got the same message. Then I ran gradlew.bat, because I think I forgot to do that first, but when it loaded it had messages about the authors and stuff but then it closed immediatlely. After that I re-typed all the commands and they still didn't work. I don't know if i'm an idiot and forgot something super obvious or what is going on! I'm new to all of this so yea. Please help!
I think these are the logs: