summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 02:55:27 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 02:55:27 +0000
commit76ede13d763817c352a9e75e3e98b19d0491e103 (patch)
treec6986474c9e8a704b1c02170e07f8d6befb5436b /java
parent3a06a195fe340847c357bc3f9187a0cd5a85733b (diff)
downloadATCD-76ede13d763817c352a9e75e3e98b19d0491e103.tar.gz
*** empty log message ***
Diffstat (limited to 'java')
-rw-r--r--java/src/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/src/README b/java/src/README
new file mode 100644
index 00000000000..1882de26380
--- /dev/null
+++ b/java/src/README
@@ -0,0 +1,19 @@
+$Id$
+
+Make sure to update the environment variable CLASSPATH to include the
+path to where java/classes/ is located. The Java compiler uses this to
+find classes when resolving dependencies.
+
+As with the C++ version of ACE, the Makefile requires GNU Make.
+
+Suggestions are welcome to:
+
+Douglas C. Schmidt (schmidt@cs.wustl.edu)
+Everett Anderson (eea1@cs.wustl.edu)
+Darrell Brunsch (brunsch@cs.wustl.edu)
+Prashant Jain (pjain@cs.wustl.edu)
+
+The documentation for Java ACE has not been included in the release
+but can be automatically generated by typing "make doc" in the src
+directory. Note that the gif images needed by the documentation ARE
+included in the release.