Freestyle - The rapidly-evolving, client-server toolkit that allows us to create dynamic sites quickly.
Keep In Touch
If you'd like to contact us about any of our projects, or to discuss how we might be able to help you build better user interfaces, please use our contact form to send us an e-mail.
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