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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as too localized by Thomas, andyb, Vineet Reynolds, McDowell, C. A. McCann Jul 23 '11 at 6:44
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
Or enclose everything with quotes (and remove the
Alternatively, use Vineet Reynolds' advice. :-) |
||||
|
|
|
This is quite obvious from the command you are attempting to run:
which is hardly a valid executable. Use quotes only to reference the executable:
|
|||
|
|
Program Filesseems to be missing its counterpart. – nfechner Jul 21 '11 at 10:46