Roman Kennke wrote:
No? Isn't javax.script an API for scripting, and actually has a JavaScript interpreter underneath?
Sun JDK6 has a version of the interpreter part of Rhino (the JavaScript->java bytecode compiler part is not included). The interpreter is not a standard part of the JRE. (Although I guess it could become a module under Jigsaw (and OSGi).)
Tom Hawtin