Search code examples
androidkeytool

Keytool opens than closes super fast


All- When I tried to open keytool (by double-clicking it in my bin file of my JDK), the window pops up but than closes really fast. I looked at this question and tried to run it from the command line but was met with this Did I type in everything OK or is there something else I can try?


Solution

  • You're supposed to do a cd to C:\Program Files\Java\jdk1.7.0_04\bin, and type in keytool.exe to run the program

    Or simply remove the cd and it will work fine