Re: keytool and jarsigner

Brad Wetmore (Bradford.Wetmore@eng.sun.com)
Fri, 23 Jul 1999 14:54:08 -0700 (PDT)

Message-Id: <199907232153.OAA12936@taller.eng.sun.com>
Date: Fri, 23 Jul 1999 14:54:08 -0700 (PDT)
From: Brad Wetmore <Bradford.Wetmore@eng.sun.com>
Subject: Re: keytool and jarsigner
To: java-security@java.sun.com, reedkb@lanl.gov

>I have looked everywhere for keytool and jarsigner, but I have not been
>able to find them. I don't know if I am just looking in the wrong
>place, but they do not seem very obvious to find. I am currenly running
>the Java 1.2.2 plugin and would like to use the new features they
>contain. If you could let me know where they are or make them more
>obvious, I would appreciate it.

keytool should be in ${YOUR_JAVA_HOME}/bin/keytool

jarsigner is not part of the runtime environment, as it is part of the
java development environment. Please download the java development
kit (JDK), aka Java 2 SDK, Standard Edition. Preferably Version
1.2.2.

Thanks, and good luck.

Brad