Skip to content

r.js exits with error code 3 when launching though Rhino #889

@gfinocchiaro

Description

@gfinocchiaro

Hello,

after cloning the project, building the r.js file and running the following commands from the root (on a Windows machine), jvm process exits with a error code 3.

>java -cp lib\rhino\js.jar;lib\closure\compiler.jar org.mozilla.javascript.tools.shell.Main r.js
>echo %errorLevel%
3

The same on a Linux machine:

>java -cp lib/rhino/js.jar:lib/closure/compiler.jar org.mozilla.javascript.tools.shell.Main r.js
>echo $?
3

What is wrong?

Bye
Gianluca

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions