I\'d like to do something similar to jython -cp FOO:BAR:BAZ argle.py.
jython -cp FOO:BAR:BAZ argle.py
If I add FOO, BAR, and BAZ to $CLASSP
FOO
BAR
BAZ
$CLASSP
You can use the -D option to set python.path:
-D
python.path
jython -Dpython.path=FOO:BAR:BAZ argyle.py