Download Package

Before downloading, please read:
  • Conditions of Use
    Please check regularly for updates. If you use JCM frequently and wish to be informed about new developments, contact the author.
  • Contact Info


    JCM Packages 4th June 2002

    Basic: Model, data, labels
  • jcm_basic_4jun02.zip (275K)
  • jcm_basic_4jun02.exe (K)

    Standard: Basic + documentation & demos

  • jcm_standard_4jun02.zip (K)
  • jcm_standard_4jun02.exe (K)

    Complete: Standard + java source code

  • jcm_complete_4jun02.zip (K)
  • jcm_complete_4jun02.exe (K)

    Minimal: Basic, without translations or maps

  • jcm_min_4jun02.zip (196K)
  • jcm_min_4jun02.exe (K)

    Java works the same on any system (see What is Java)
    .zip packages require an unzip tool (try zipcentral).
    .exe packages are self-extracting, for windows only.

    To start the model, open "index.html"
    (or "open.html" in basic package)

    Note the file for printing documentation docall.html is not in the package.


    File structure

    The file structure is essential for the interaction between the model, the data, and the documentation. Be sure to enable "preserve directory structure" in your unzip program.

    Individual compiled java classes are not included in the package, as they are already inside the jar file, and can be generated from the source code. However they should be placed below the root directory, with structure according to packages (e.g. jcm/jcm/mod/carbon.class)

    The Jama Matrix Package (Jama) and the classes for javascript-java interaction (Netscape) are also included.

  • See also: Code Structure