The file AJA_1.0.zip contains all AJA 1.0 files. After extracting the archive, the following directory structure and files will be extracted. The directory AJA_1.0 contains two files: - AJA_1.0\readme.txt – this file. - AJA_1.0\guide.pdf – describes in details the usage of AJA 1.0 and implemented demo MAS. In the directory AJA_1.0\bin are MS Windows/DOS script files used to compile all AJA parts and to generate HTML javadoc documentation: - AJA_1.0\bin\setJAVABIN.bat – this batch file is called in all other AJA batch files in the archive. Edit this file and set the appropriate path of your JDK 1.4 bin directory as a value of the JAVABIN environment variable. The preset value is C:\j2sdk1.4.1\bin. - AJA_1.0\bin\1_compf.bat – compiles the java package aja.framework. - AJA_1.0\bin\2_genstub.bat – generates a RMI stub class used in the RMI communication between AJA Agents. - AJA_1.0\bin\3_compt.bat – compiles the java package aja.translator. - AJA_1.0\bin\4_compmain.bat – compiles the AJA translator program. - AJA_1.0\bin\5_gendoc.bat – generates HTML javadoc documentation. The documentation files will be in the new directory AJA_1.0\doc. The file AJA_1.0\doc\index.html is the starting page of the documentation. AJA_1.0\classes directory contains subdirectories with all AJA source files, i.e. .java files. After the compilation of the AJA source files, the generated binary files, i.e. .class files, will also be located here. - the directory AJA_1.0\classes\aja\framework contains the files belonging to the package aja.framework. - the directory AJA_1.0\classes\aja\translator contains the files belonging to the package aja.translator. - the directory AJA_1.0\classes\aja\doc-files contains HADL grammar and the description of all the Java+ elements. These files are used in the generation of javadoc documentation. - the directory AJA_1.0\classes\aja contains the files belonging to the package aja. In this package is only the main program of the AJA translator. An example MAS implemented in AJA, which demonstrates many AJA features is also provided. The files belonging to this example are located in the directory AJA_1.0\demoMAS.