Hi, does Rhino have a feature that corresponds to PYTHONPATH or
PERL5LIB? I couldn't find any, so I use this recipe in my scripts:

importClass(java.io.File);
load(System.getenv('RHINOPATH') + File.separator + 'util.js');

IMHO it would be nice if something similar to this was available in
the shell...


/sysprv
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to