   JobPool is based on JavaPVM-v1.0.1. Before running JobPool, JavaPVM
should be correctly installed.  
   
   1. In .cshrc file, include statements which look like the following:

      ... ...

    setenv CLASSPATH .:$HOME/pvm3/jobpool_java:$JAVA/lib/classes.zip

    setenv LD_LIBRARY_PATH ~/javalib

    ... ...

    where libJavaPVM.so is in the directory, ~/javalib .

   2. type 

      make JobPool

      to generate byte-codes of classes.

