How can I add jars to the classpath when I invoke Jython *without* adding them to $CLASSPATH? August 6, 2023 by Tarik You can use the -D option to set python.path: jython -Dpython.path=FOO:BAR:BAZ argyle.py