Questions tagged [nosuchmethod]
46 questions
-1
votes
1 answer
Java scripting NoSuchMethodException?
I'm working on getting (JavaScript) scripting to work in Java.
I have a program in JavaScript, defined in my Java program (along with instances of all the necessary script engine related things) like so:
static ScriptEngineManager engineManager =…
user263078