#!/bin/sh

exec java \
    -cp `build-classpath Ice jgoodies-looks jgoodies-forms`:/usr/share/Ice-3.4.2/IceGridGUI.jar \
    IceGridGUI.Main "$@"
