You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2020. It is now read-only.
I am not sure why but at least with Java 8u40 + latest 1.1.1 rhino-script-engine, calling ScriptEngine scriptEngine = ScriptEngineManager().getEngineByName("rhino"); throw a java.lang.IllegalStateException: No engine "rhino" found.
The strange thing is that when I list script engines with new ScriptEngineManager().getEngineFactories() Rhino is detected:
I am not sure why but at least with Java 8u40 + latest 1.1.1 rhino-script-engine, calling
ScriptEngine scriptEngine = ScriptEngineManager().getEngineByName("rhino");throw ajava.lang.IllegalStateException: No engine "rhino" found.The strange thing is that when I list script engines with
new ScriptEngineManager().getEngineFactories()Rhino is detected:Any idea of what is the issue ?
For your information, I would like to use rhino-script-engine in Spring Framework tests related to this issue.