Arbortext Command Language > set Command Options > set javascriptinterpreter
  
set javascriptinterpreter
set javascriptinterpreter= { rhino | jscript}
The javascriptinterpreter option specifies the default JavaScript engine to be used when a file's extension is the only determining factor as to which engine to use.
If javascriptinterpreter is set to rhino, files with a .js extension will be processed by the Rhino JavaScript engine. If javascriptinterpreter is set to jscript, files with a .js extension will be processed by the Microsoft JScript engine.
The default value of javascriptinterpreter is rhino.
Related Topics
set windowsscriptdebugger