Message6503

Author hierynomus
Recipients hierynomus
Date 2011-04-22.13:55:50
SpamBayes Score 0.0069634146
Marked as misclassified No
Message-id <1303480550.47.0.707732902178.issue1739@psf.upfronthosting.co.za>
In-reply-to
Content
When executing a script file using the JSR223 ScriptEngine for Jython, the argv array should contain as a first parameter the scriptname that is being executed if I add the following line to my Java program:
scriptEngine.put(ScriptEngine.FILENAME, "foo.py");
However this is not the case.
History
Date User Action Args
2011-04-22 13:55:50hierynomussetrecipients: + hierynomus
2011-04-22 13:55:50hierynomussetmessageid: <1303480550.47.0.707732902178.issue1739@psf.upfronthosting.co.za>
2011-04-22 13:55:50hierynomuslinkissue1739 messages
2011-04-22 13:55:50hierynomuscreate