[Webfunds-commits] java/docs README
Jeroen C. van Gelderen
gelderen@cypherpunks.ai
Thu, 13 Jul 2000 17:02:59 -0400 (AST)
gelderen 00/07/13 17:02:59
Modified: docs README
Log:
Adapt instructions. We no longer depend on The Sun X.509 Hack.
Revision Changes Path
1.3 +1 -3 java/docs/README
Index: README
===================================================================
RCS file: /home/webfunds/cvsroot/java/docs/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 1998/12/04 21:52:12 1.2
+++ README 2000/07/13 21:02:58 1.3
@@ -9,9 +9,7 @@
to keep the 'javac' commands in the right order to avoid dependency
errors. It's also important to set the classpath to include the build
directory because every 'javac' command depends on the output of the
-previous commands. It's paramount that you include the generated
-classes before classes.zip in the classpath because there are some
-special SUN fixit classes generated in sun/security/x509/*.class.
+previous commands.
Look at "init" and "init.bat" for examples.