summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authoreea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 20:32:17 +0000
committereea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 20:32:17 +0000
commit8d8d643636ae62533e0aff31bebbf9d475b75786 (patch)
tree039accd32e5d6a71c1f168e23fddd49f1092349a /java
parentec82c1d5e2b84c75d9d62dea418ceda6e2430b4e (diff)
downloadATCD-8d8d643636ae62533e0aff31bebbf9d475b75786.tar.gz
Notes on how to compile JACE.
Diffstat (limited to 'java')
-rw-r--r--java/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/java/README b/java/README
new file mode 100644
index 00000000000..fa1428f3513
--- /dev/null
+++ b/java/README
@@ -0,0 +1,39 @@
+Java ACE Version 1.5
+
+JACE is compatible with Java 1.1 and higher.
+
+Directory information:
+
+JACE/ All main, network service, and test source files
+
+classes/ Output directory for all the .class files. This may
+ need to be added to your classpath.
+
+doc/ If you generate the javadoc documentation, it will be
+ placed here. Requires javadoc 1.2 or later. I think
+ 1.2.2 is the first version that correctly "inherits"
+ comments.
+
+Notes on building Java ACE:
+
+UNIX:
+
+Use GNU make on the Makefile in the JACE subdirectory. That will
+build the main and network service sources. To build the tests,
+use the Makefile in the JACE/tests subdirectory.
+
+Generate the javadoc documentation with the command "make doc" with
+the Makefile in the JACE subdirectory.
+
+Windows:
+
+Visual J++ 6.0 solution and project files are provided. The main
+JACE solution file compiles all the source files (main, network
+service, and test). The solutions and projects are in
+MSVJProjects.zip.
+
+If you don't have VJ++ and are using the JDK from the command line,
+you can compile JACE with the batch files in makebat.zip.
+
+Generate the javadoc documentation with the makedoc.bat file (also
+in makebat.zip).