Date: Thu, 31 Jul 1997 16:02:04 -0400
From: Nitesh Varma <nvarma@vt.edu>
To: java-security@web2.javasoft.com
Subject: HELP: can't find class
Hi,
I just downloaded JCE and installed it as mentioned in the docs. I'm
trying to run the demo programs encrypt.java and decrypt.java
The programs compile fine but when I try to run the programs, I get an
error - class encrypt not found.
I did this:
>set CLASSPATH=c:\jdk1.1.1\lib\jce.zip
>javac encrypt.java ---this works
>java encrypt (gives error: class encrypt not found)
Please help.
Thanks,
Nitesh
ps: I did *NOT* add JDK classes.zip file to my CLASSPATH