I also had to face the same problem, and I solved it by putting my path to java bin in environment variables -> System variable -> Path
C: \ Program Files \ Java \ jdk1.7.0_45 \ bin \ (place '\ after the bin)
you can check your path by typing java in cmd
or
just put the path in the openssl folder Environment Variables → System Variable → Path
d: \ OPENSSL_FOLDER \ Bin \
source
share