summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
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.