@echo off
REM #################################################################
REM run the Java AddrBook Application
REM supply 2 params viewer_type (0,1,2,3,4), model_type(file,db,xml)
REM Example run 1 file,  or  run 2 db
REM Must download the ojdbc10.jar driver to local computer
REM Must open a tunnel to workshop.sps.nyu.edu
REM >> putty -L 1521:localhost:1521 sultans@workshop.sps.nyu.edu 
REM #################################################################

java  -classpath ".;ojdbc10.jar" AddrBookApp %1 %2