To run Nashorn on newer JVMs, add the following jars to module path:

jjs.jar
nashorn.jar
asm-7.3.1.jar
asm-analysis-7.3.1.jar
asm-commons-7.3.1.jar
asm-tree-7.3.1.jar
asm-util-7.3.1.jar

More information is available at: github.com/openjdk/nashorn

JavaFX:

To run JavaFX on newer JVMs (for maps and advanced scripting), download the
JavaFX SDK for your specific JVM and OS from Gluon and put the libraries in
your class path.

