Re: Now Enabling Nashorn Compatibility

2020-09-29 Thread Jaikiran Pai
Hello Stefan, I went through these commits and they look fine to me. I think it's OK to set the system property to enable the compatibility. -Jaikiran On 26/09/20 12:51 am, Stefan Bodewig wrote: > Hi all > > things weren't as easy as I had hoped. You cannot enable Nashorn > compatibility via jav

Now Enabling Nashorn Compatibility

2020-09-25 Thread Stefan Bodewig
Hi all things weren't as easy as I had hoped. You cannot enable Nashorn compatibility via javax.scriptiong bindings, only two options have been available: * set a system property before creating the engine * add extra code that depends on Graal and create the ScriptEngine via Graal's construct