If you want to change yours, you can unarchive the js.jar and find the
Message.properties file in the org/mozilla/javascript/resources
directory. Edit this file and change the value of
implementation.version to whatever you'd like to have displayed. E.g.
implementation.version = My Very Own JavaScript Shell
Then re-archive the files, name the archive js.jar (or whatever yours
is currently called), and run Rhino again.
My Very Own JavaScript Shell
js>
The js.jar file (might be named js-1.6R5.jar or something) is a zip
format archive. You can extract and re-archive the files with any zip
utility.
Tim
PS - While you're at it, you should download an updated version of
Rhino (http://www.mozilla.org/rhino/download.html).
Why do you need this "disabled"? I.e. what is the use case where the
banner display is harmful/annoying?
If you run Rhino with a script (either from a file or passed via the
command-line) the banner isn't displayed anyway.
--
Regards,
Andreas
Can this be disabled