diff options
Diffstat (limited to 'icegridgui')
-rwxr-xr-x | icegridgui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icegridgui b/icegridgui new file mode 100755 index 0000000..93e8976 --- /dev/null +++ b/icegridgui @@ -0,0 +1,5 @@ +#!/bin/sh + +exec java \ + -cp `build-classpath Ice jgoodies-looks jgoodies-forms`:DIR/IceGridGUI.jar \ + IceGridGUI.Main "$@" |