On Jun 28, 5:32 pm, Gerald McNulty <[email protected]> wrote: > I'd like to use the latest Rhino engine rather than the one > distributed by Sun in rt.jar. I cannot find any documentation as to > how to do this, so any help would be appreciated.
As far as I know, you need to use the native Rhino API instead of javax.script. For more information on using the Rhino API to embed in a Java app, see http://www.mozilla.org/rhino/tutorial.html. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
