Eclipse and Nashorn throwing java.lang.RuntimeException: java.lang.ClassNotFoundException
Questions: I am using the Eclipse SCADA framework which uses Nashorn to integrate JavaScript into Java. One feature of Nashorn is that you are able to call Java code directly from the JavaScript fragm...