Hi Dalibor, thank you for your pointer, just posted an e-mail "Nashorn's javax.script.ScriptEngineFactory produces wrong code" together with a little Java utility that lists the currently available javax.script engines with their properties and tests for their factories, as well as being able to run any javax.script program from a file. This utility named "RunScript.java" is also a little showcase how easy it is to deploy javax.script engines from Java.
---rony On 08.12.2016 13:33, dalibor topic wrote: > > > On 07.12.2016 20:04, Rony G. Flatscher wrote: >> P.P.S.: If anyone can point me at the trackers for the Java development >> kit's "jrunscript.exe" (can >> only run Nashorn scripts, running other script engines causes errors despite >> documenting, that that >> should be possible) and to the Nashorn bug tracker (its script factory >> creates output statements >> with syntax errors that Nashorn throws up upon), I would file the found bugs >> there. > > Hi Rony, > > Nashorn development takes place over on the nashorn-dev mailing list. I'd > suggest starting a > thread there with your Nashorn-specific ideas. > > cheers, > dalibor topic >
