Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b84
-
generic
-
generic
Description
There are constructors like "importPackage" used in init.js of jrunscript tool which are not available by default in nashorn. Also, number of functions defined in nashorn are redefined - like "load", "quit", "exit" etc. init.js script should check if these are undefined before redefining such functions.