So in tutorials it says that edit the path and put the ;% and stuff at the end but on windows 10 it shows me all seperate all ready and i have to create a new path on the path and i dont know how to do it!!!
Hi Yolo! I have gradle installed and working from command-line on windows 10. The way I have gone about it is:
-
Created a GRADLE_HOME system variable in System Properties to point to the directory gradle is installed in.
-
In the PATH system variable add gradle to the path as follows: ;%GRADLE_HOME%\bin;
Now, you launch the command prompt and run gradle --version
to see if the version info is displayed. On my system the following is displayed on running the above command
`------------------------------------------------------------
Gradle 2.10
Build time: 2015-12-21 21:15:04 UTC
Build number: none
Revision: 276bdcded730f53aa8c11b479986aafa58e124a6
Groovy: 2.4.4
Ant: Apache Antâ„¢ version 1.9.3 compiled on December 23 2013
JVM: 1.8.0_71 (Oracle Corporation 25.71-b15)
OS: Windows 10 10.0 amd64`