I'm using javascript interactively with rhino and want to use env-js
with it.
The guide (www.envjs.com/doc/guides/) says I should simply enter:
js> load('lib/env.rhino.js')
, however I don't appear to have this file. Probably either the guide
is out of date or my build didn't happen correctly. I'm using the
master branch from github.com/envjs/env-js/. I built it by running
"ant" in the top directory. I don't have a lib directory within the
env-js directory nor do I have an env.rhino.js anywhere.
Cheers,
Ben