My purpose is to have a JSR-223 javascript engine available in the AdaptOpenJDK 8 VM.
So i thought to use the already familiar Rhino.
The OpenJDK wiki document here
https://wiki.openjdk.java.net/display/Nashorn/Using+Rhino+JSR-223+engine+with+JDK8
It specifies the place where to download Mozilla Rhino. here:
https://github.com/mozilla/rhino
And specifies there to download the jsr-223 script-engine wrapper. here:
https://java.net/projects/Scripting
But this link is dead.
Where can i can find the JSR-223 wrapper for Rhino?
Or maybe there is a better alternative available as JSR-223 javascript-engine.