Date: Thu, 31 Jul 1997 15:48:21 -0700
Message-Id: <199707312248.PAA02905@puffin.eng.sun.com>
From: Marianne Mueller <mrm@Eng>
To: nvarma@vt.edu
Subject: Re: HELP: can't find class
Try
set CLASSPATH=c:\jdk1.1.1\lib\jce.zip;.
That appends . ("dot", or "current working directory") to your
CLASSPATH as well. You'd think the interpreter (java) would look
there by default but alas, "." does need to be specified explicitly once
the CLASSPATH is otherwise set.
I'll update the JCE docs! Sorry for the confusion.