This repository has been archived on 2022-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
jasmine-junit-runner/bin/rhino.bat

8 lines
298 B
Batchfile

@echo off
REM -opt -1 is needed for Envjs (interpretation, not compilation mode)
REM Rhino JAR options: See https://developer.mozilla.org/en/Rhino_Shell
REM EnvJS usage: See http://www.envjs.com/doc/guides#running-rhino
java -cp js.jar org.mozilla.javascript.tools.shell.Main -opt -1