#!/bin/bash
# having problems with "jre -cp <foo> " using the jdk1.1.8 linux port.
# using a hack which works.
# people with non-broken Java implementations shouldn't need
# the reference to "/usr/lib/..."
# others may need to alter this path to point at "classes.zip".

jre -cp ./tcj.jar:/usr/lib/jdk1.1/lib/classes.zip tcj $*

