#!/bin/sh
CLASSPATH="../classes;../lib/ilog_language_20061023.jar"
# NB: the above classpath is for Windoze Java; for linux, change the ';' into a ':'
java -classpath ${CLASSPATH} ilog.rif.Main $*
