|  Home |  Back |  Contents |  Next | 
| 
#!/usr/java/bin/java bsh.Interpreter 
print("foo");
 | 
| 
#!/bin/sh
# The following hack allows java to reside anywhere in the PATH.
//bin/true; exec java bsh.Interpreter "$0" "$@"
print("foo");
 | 
| 
#!/Library/Java/home/bin/java bsh.Interpreter
print("foo");
 | 
|  Home |  Back |  Contents |  Next |