- Go to the "My Computer" section β right-click β system properties β select environment variables β βChange Pathβ β add the path to jdk / bin and select βOKβ. An example jdk path is shown below.
C: \ Program Files \ Java \ jdk1.8.0_211 \ bin
* if this does not work, then
- On the command line, specify the path using the command below
set PATH = C: \ Program Files \ Java \ jdk1.8.0_211 \ bin
Now the path is set, now you can use jarsigner
source share