Re: Can't find algorithms

Marianne Mueller (mrm@eng.sun.com)
Sun, 27 Jul 1997 17:26:07 -0700

Date: Sun, 27 Jul 1997 17:26:07 -0700
Message-Id: <199707280026.RAA09510@puffin.eng.sun.com>
From: Marianne Mueller <mrm@eng.sun.com>
To: rowland@oss.com
Subject: Re: Can't find algorithms

Are you setting the CLASSPATH so that it includes the JDK as well as
jce.zip? This is a common mistake - you need to access jce.zip ahead
of the JDK classes.

Incidentally, there is no need for you to add the JDK classes zip file
to your CLASSPATH. The scripts that invoke java (the interpreter)
and javac (the compiler) automatically pick up the classes.zip file
from the JDK distribution.

Marianne