System Requirements (*) Our application was tested on a 32 bit machine with a Windows XP operating system. Since it is written in MATLAB and Java, there should not be a problem to install it on another type of machine with other kind of operating system, but we can't guarantee an installation success. (*) The machine should have MATLAB and Mozilla Firefox browser installed and in addition it should have Java 1.6 or higher. (*) Since the application reads and writes files from and to the installation directory, you should have the permissions to perform this operations. In addition, you should have a permission to edit the directory where MATLAB is installed and the MATLAB classpath, this is order to install the JAMAL server and client. Installation The whole application consists of a single .JAR file which is ran by simply double clicking on it. The directory which contains the application .JAR file contains also all the required libraries and MATLAB scripts required for the application running. Don't move the JAR file outside the distribution directory! Before running the application you should add the JAMAL .JAR file to the MATLAB classpath. Please follow the following instructions: 1. Copy the supplied jar file named "jamal-2.1.jar" located in the lib library to the "/java/jar" sub-folder located in the MATLAB folder. 2. Get into MATLAB. 3. Type in the MATLAB prompt: "edit classpath.txt". 4. In the opened file, add the line. ""$matlabroot/java/jar/jamal-2.1.jar". 5. Save the file and exit. Now the application is ready to run! Enjoy!