JAVA_HOME is set to an invalid directory:
You should set it with C:\Program Files\Java\jdk1.8.0_12
.
\bin
is not required.
JAVA_HOME
should point to the home jdk directory, and not to jdk/bin
directory.
You need to set the JAVA_HOME
like this:
JAVA_HOME="C:\Program Files\Java\jdk1.8.0_131"
Remove the \bin
, and also remove the ;
at the end. After restart the cmd and run.