java security import

Cheng Chien (jchien@us.ibm.com)
Wed, 15 Jul 1998 08:32:45 -0400

From: Cheng Chien <jchien@us.ibm.com>
To: <java-security@java.sun.com>
Subject: java security import
Date: Wed, 15 Jul 1998 08:32:45 -0400

Dear Sir:

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

I wrote a security related program in another directory with following
statement:
import javax.crypto.*;

The compiler told me that it can not find the javax.crypto.*.

Do you know where I might get wrong ?

Regards,

John Chien