Thx for reply.
We already have this dependency in the class path…It is not loading the class.
Tried adding this dependency also
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.0</version>
</dependency>
But not working.