I am getting following error when try to run the above command
‘”Program Files\java\jdk1.5.0_22\bin>keytool -genkey -keystore myStore -keyalgRSA”‘ is not recognised as an internal or external command,operable program or batch file.
I am getting following error when try to run the above command ‘Program Files\java\jdk1.5.0_22\bin>keytool
Share
cmd) in windows (that’s pretty obvious).C:\Program Files\java\jdk1.5.0_22\bin>keytool -genkey -keystore myStore -keyalg RSA(see, I removed the quote)`.Or enclose everything with quotes (and remove the
>):Alternatively, use Vineet Reynolds’ advice. 🙂