#!/bin/sh
CLASSPATH=".;${WIN_HOME}/ilt/classes;${WIN_HOME}/ilt/classes/jdom.jar"
java -classpath ${CLASSPATH} ilog.rif.Main $*
