On Wed, 14 Nov 2001 09:40:24 -0800, you wrote:
>Does anyone know how to suppress the message below, i.e., disable the
>message from printing to screen?
>
>*sys-package-mgr*: processing new jar, 'whatever-name.jar'
You can change the "python.verbose" property from the default "message"
to "warning". It can be done on the commandline, in the registry file,
in the $HOME/.jython file or in the system properties.
jython -Dpython.verbose=warning
regards,
finn
|