I'm developing a springmvc application when I try to open my javascript file I'am getting this error:
java.lang.NoSuchMethodError: jdk.nashorn.internal.runtime.ECMA
Exception.getEcmaError()Ljava/lang/Object;
The screenshot can be seen here
I'm developing a springmvc application when I try to open my javascript file I'am getting this error:
java.lang.NoSuchMethodError: jdk.nashorn.internal.runtime.ECMA
Exception.getEcmaError()Ljava/lang/Object;
The screenshot can be seen here
Without additional information, it is difficult to identify directly your issue but I suspect that your error is due to one of the following causes:
Have a look at the following link for more information, it is well explained: