keytool is not recognized as an internal or external command

  1. 6 years ago

    after enter cmd command see below msg -"keytool' is not recognized as an internal or external command,
    operable program or batch file" how to solve the error?

  2. keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.jks -storepass yourpassword -validity 36000 -keysize 2048

    Copy commond and paste in cmd, make sure you have jdk 7 or 8 installed in your pc and enviroment variable set.

  3. How to install Java jdk

 

or Sign Up to reply!