Great Points Note that in

Great Points

Note that in Rhino 1.6 the inclusion of jline is not necessary:

C:\zz\3rdParty\rhino1_6R5>java -jar js.jar
Rhino 1.6 release 5 2006 11 18
js> //up and down will get your history as expected

Also note that you can specify a file to process on the command line:

#foo.js
print("hello");

$ java -jar js.jar foo.js
hello

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code type="language">...</code>, <code>...</code> (auto-detect), or <?php ... ?> (highlighted PHP) tags.

More information about formatting options