[Webfunds-commits] java/docs README.unix

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 13 Jul 2000 16:00:23 -0400 (AST)


gelderen    00/07/13 16:00:23

  Modified:    docs     README.unix
  Log:
  Update to reality. WebFunds requires Cryptix 3.1.2(+) and Hotlava
  no longer exists.

Revision  Changes    Path
1.2       +1 -9      java/docs/README.unix

Index: README.unix
===================================================================
RCS file: /home/webfunds/cvsroot/java/docs/README.unix,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.unix	1998/11/27 14:53:37	1.1
+++ README.unix	2000/07/13 20:00:23	1.2
@@ -1,6 +1,6 @@
 For Unix.
 
-You need to install Cryptix 3.0.3, follow the instructions there.
+You need to install Cryptix 3.1.2, follow the instructions there.
 
 Then, set the CLASSPATH via these environment variables (for example):
 
@@ -8,11 +8,3 @@
 export CjC=/home_of_cryptix_classes
 export CLASSPATH=$CjC/IJCE_0-0-11.jar:$CjC/SPT_0-0-9.jar:$CjC/ALG_0-0-9.jar:$CjC/RSA_0-0-9.jar:$CjC:$SOX_SRC
 
-NOTE: there is some bug in Cryptix, which is fixed by inserting
-the sun/security/x509/*.classes in CLASSPATH before the Cryptix
-archives.  E.g.,
-
-export CLASSPATH=$SOX_SRC/sun.zip:$CLASSPATH .
-
-Status - most code compiles, but tests fail.
-Hotlava provider does not compile.