PATH=/proj/demsys/demjava/bin
This will result in the following directory structure:
demjava-<version>
|_______README
|_______COPYRIGHT
|_______rt.jar
|_______aplib.jar
|_______dj.jar
|_______demjava.jar
|_______bin
| |_____demjava.bat
| |_____demjava
|_______src
Do not unpack the .jar files!Note: the src directory contains the source code to Demeter/Java; it is provided only for your curiosity. You don't need to compile anything to run it; the .jar files have all the bytecode files you need.
CLASSPATH=.:/proj/demsys/demjava/rt.jarThis is also needed if you want to compile Demeter/Java-generated Java files directly.