#!/bin/sh # the CLASSPATH variable should contain the jar file for catacomb, and # optionally the jpython jar file, if you want to use the python scripting # environment. If you make a cirectory called ccmb in your home directory # and put the file ccmb.jar in there, then this will do as it is. CLASSPATH=$HOME/ccmb/ccmb.jar:/usr/local/JPython-1.1/jpython.jar export CLASSPATH # if the java executable is not in your PATH, either add it to the path, # or include the full path to it here. java -mx128M catacomb.modeler $1