AROM Knowledge Representation in AROM AROM Documentation Download AROM Contacts Partners
 
 

Download AROM 1.0

The latest release of AROM version 1.0 release 11. Read the IME and kernel release notes files for more details about this version. You can download the archive in :

The archive file includes :
  • five JAR files :
    • AROM.jar is the AROM package version 1.0 (which includes the AROM kernel and the Integrated Modeling Environment (AROM IME).
    • xml4j.jar is the XML parser from IBM.
    • java_cup.jar is the CUP parser generator from Georgia Tech.
    • Gef.jar is the diagram editing framework from J. Robbins and E. Park.
    • colt.jar from CERN.
  • the AROM documentation in HTML format.
WARNING : if you have used a previous release of AROM, the application window of AROM 1.0.6 is set up with a minimum size: only the menu bar and the toolbar are visible. Resize the application window to the appropriate size before beginning.

Install and run AROM IME

To run AROM IME you still must download AROM 1.O version. Installing AROM is like any other Java application. You will extract the contents of the archive file into a directory, and point your CLASSPATH to the jar files in the bin directory. AROM IME can now be launched by the following command :
java arom.gui.ime.Main
or :
java -cp "./bin/xml4j.jar;./bin/Gef.jar;./bin/colt.jar;./bin/java_cup.jar;./bin/AROM.jar" arom.gui.ime.Main
if you do not want to modify your CLASSPATH (warning : the path separator is a semi-colon ':' on Unix systems and a colon ';' on Microsoft Windows systems. See the java command documentation for more details).