[Webfunds-commits] html/download zip_README.html

Ian Grigg iang@cypherpunks.ai
Mon, 11 Sep 2000 09:37:56 -0400 (AST)


iang        00/09/11 09:37:55

  Modified:    download zip_README.html
  Log:
  better MacOS instructions

Revision  Changes    Path
1.27      +33 -13    html/download/zip_README.html

Index: zip_README.html
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip_README.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- zip_README.html	2000/09/06 16:34:39	1.26
+++ zip_README.html	2000/09/11 13:37:55	1.27
@@ -264,13 +264,15 @@
 See
 <a href="#other">Other Components</a>
 for more help on Java.
-
 </p><p>
-    These JARs need to be available (1.2)
+
+These JARs need to be available (1.2)
 </p>
 
 <ol><li>
-       cryptix-jce-compat.jar <b><i>JDK 1.1 ONLY</i></b>
+       cryptix-jce-compat.jar
+       <b><i>JDK 1.1 ONLY</i></b>
+       (before other Cryptix jars)
       </li><li>
        cryptix-jce-api.jar
       </li><li>
@@ -280,15 +282,30 @@
       </li><li>
        SOX.jar
       </li><li>
-       swingall.jar <b><i>JDK 1.1 ONLY</i></b>
-      </li><li>
        WebFunds.jar
+      </li><li>
+       swingall.jar
+       <b><i>JDK 1.1 ONLY</i></b>
+       (last one)
 </li></ol>
 
+<p>
 The order above is known to work, other orders may not.
 Check the <code>run*</code> scripts for further hints.
 Note that <code>Cryptix.jar</code> is now no longer
 required for releases 1.7 and after.
+</p>
+
+<p>
+If you are adding other third-party Jars
+such as the Trader Jar from Systemics,
+then it should probably go after the
+<code>WebFunds.jar</code>
+and before the
+<code>swingall.jar</code>
+(if present).
+</p>
+
 
 <h4><a name="bugs">Bugs</a></h4>
 
@@ -359,16 +376,19 @@
       Select ClassPath in left column and click on the add .zip file button.
 
       <p>
-      Open in this order:
-      <pre>
-      SOX.jar
-      WebFunds.jar
-      Cryptix.jar
-      swingall.jar
-      </pre>
+      Open the Jars in the order listed in the above
+      <a href="#general">Jars List</a>.
+      Note that as you are running JDK 1.1, you will
+      need
+      <code>cryptix-jce-compat.jar</code>
+      (before other Cryptix jars) and
+      <code>swingall.jar</code>
+      (last).
 
       <p>
-      Highlight each of the first three .jar files in turn and use the
+      Highlight each of the .jar files, <i>except</i>
+      <code>swingall.jar</code>,
+      in turn and use the
       up-arrow -- below the Edit and Delete buttons on the right side
       of the application window -- to move them above $CLASSPATH.