1

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?

Community
  • 1
  • 1
ninge
  • 1,534
  • 1
  • 19
  • 38

2 Answers2

6

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

Zerhinne
  • 1,829
  • 2
  • 20
  • 42
1

I suggest that if you are not comfortable with the command line tools in Java, it might be good to have an Eclipse plugin that does the work behind the scenes.

Here is one Eclipse plugin for keytool operations that has worked well for me: http://keytool.sourceforge.net/

Romin
  • 8,340
  • 2
  • 20
  • 27