summaryrefslogtreecommitdiff
path: root/java/src/Readme
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Readme')
-rw-r--r--java/src/Readme17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/src/Readme b/java/src/Readme
new file mode 100644
index 00000000000..73220d55de4
--- /dev/null
+++ b/java/src/Readme
@@ -0,0 +1,17 @@
+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.
+
+The Makefile has been worked over severely, and it now REQUIRES GNU
+Make. The makefile is still a little rough, and will definitely
+evolve.
+
+Suggestions are welcome at cleeland@cs.wustl.edu or pjain@cs.wustl.edu.
+
+Also, TimeValue moved from the ACE.Reactor to ACE.ASX package to break
+up some circular dependency problems.
+
+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 documentaion ARE
+included in the release.