#!/bin/sh

. ../../scripts/unix/setvars

sources=ix/isample/I_Sample.java

javac -classpath .:$ix_path:$comms_path $sources

