Date: Wed, 15 Jul 1998 13:17:36 -0700 (PDT)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: java security import
To: java-security@java.Sun.COM, jchien@us.ibm.com
John:
Attached are updated JCE 1.2 install instructions for
setting the classpath under NT 4.0 (courtesy of Peter Landis).
> I downloaded the JCE and installed in C:\jdk1.2\jce12-ea2-dom directory.
> I changed the CLASSPATH to include
> C:\jdk1.2\jce12-ea2-dom\lib\jce12-ea2-dom.jar.
> I changed the JDK security property file C:\jdk1.2\lib\security\java.security
> file to include the following line:
> security.provider.n=com.sun.crypto.provider.SunJCE
Also note that according to the install instructions you need
to replace "n" with the priority of the "SunJCE" provider.
For example, if you already have a provider installed (with
priority "1"), and you want to add the "SunJCE" provider as the
provider with the 2nd highest priority, you substitute
"2" for "n" in the above configuration line.
Jan