FW: cryptix.provider

Tyler Close tyler@lfw.org
Tue, 9 Feb 1999 17:04:49 -0400



-----Original Message-----
From: Tyler Close [mailto:tyler@lfw.org]
Sent: Tuesday, February 09, 1999 4:53 PM
To: Marc Stiegler
Subject: RE: cryptix.provider


> But I'm still having a problem, my 1.1.6 environment, which I got from IBM
> about 6 months ago, does not have a number of java.security.* classes that
> Cryptix expects. Notably java.security.Cipher and
> java.security.SymmetricCipher show up dozens of times as problems. I have
> other errors too, but I'm suspicious they all derive from this
> difference in
> my java.security package. Has this package been upgraded independently of
> the 1.1.6 release of the jvm? Where would I procure a newer
> version--but not
> too new, since I can't use jdk 1.2:-) ?

As indicated on the download page, your IDE is just fine. If all of the JARs
indicated on the download page are in your CLASSPATH, then you will be able
to compile without difficulty. The classes that you mention are all classes
located in the Cryptix JARs... make sure you did in fact put these in your
CLASSPATH.

The increased number of JARs shipped with E are a direct result of its
increased functionality. You need: e.jar, of obvious use; oromatcher.jar,
Mark added this for pattern matching in E; swingall-1.0.3.jar, the Swing JAR
for E GUI stuff; ijce_0-0-11.jar, spt_0-0-9.jar, alg_0-0-9.jar, the Cryptix
JARs for strong encryption (I don't know why these classes are in 3 separate
files, they just are).

I'm sorry you're having so much difficulty installing. It shouldn't be any
more difficult that modifying your CLASSPATH.

Tyler