
              SME Java Portal Distribution

This library contains a set of java tools to support simulation. All tools are currently under active development.  

Installation:
   Prior to installing, the environment variable JAVA_HOME should be set to the location of the jdk1.2 distribution.  A set of scripts have been provided to facilitate the install process; these should be executed in the Java Portal distribution directory ( i.e. sme3.x/java/ ).
   There are two installation methods:
  1) Install by copying the jar files only (do not rebuild class files):
   execute "install_libs.sh <INSTALL_DIR>"
  2) Install by rebuilding the class files:
   execute "install.sh <INSTALL_DIR>"
These commands will install the necessary files under  <INSTALL_DIR>/bin and  <INSTALL_DIR>/lib.  After installing, you should add <INSTALL_DIR>/bin to your PATH.  

Some test programs:

To run the "Simulation Module Markup Language" browser demo, execute "startup_mml".

To run the WorkSpace manager demo, execute "startup_wsm JST".

To run the  wizard demo, execute "startup_wizard sme.install".


             Simulation ViewServer

The bulk of the classes in this library make up the SME Java Portal, for which there is no demo.  For more info on this visualization interface see the "Java Portal " page under http://kabir.cbl.umces.edu/SME3/.

The c++ files in the C++ directory are the wrappers used to send data from a simulation application written in C++ to the Java Portal interface.  The SME is an example of the use of these wrappers.



Please address all correspondence re: SME Java Portal to maxwell@cbl.umces.edu.



