3

I noticed, there are Java 4 different Keytool.exe(and jarsigner.exe) on my computer. For either Java 64bit or 32bit and either in the jdk and jre directory.

Does it make any difference, which one I use to sign my jars?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Sip
  • 373
  • 1
  • 6
  • 22

1 Answers1

4

No, the functionality is the same. It's just included in the jre and the jdk, and if you happen to have several of them, you'll have several keytool.exes.

Kayaman
  • 72,141
  • 5
  • 83
  • 121