Rhino build support
Michael Hall
mik3hall at gmail.com
Thu Oct 27 14:15:34 PDT 2011
On Oct 27, 2011, at 6:16 AM, Mark Derricutt wrote:
> I originally asked Henri about this as I use rhino via javax.scripting in some integration tests I'm running and noticed that using the JDK7 builds that it wasn't available, either from the code at runtime, or from jrunscript on the command line.
I could probably look to see if I could expand what I did for this use.
So far about all I had done was implement
public Object eval(String script, ScriptContext context) throws ScriptException
and
public Object eval(Reader reader,ScriptContext context) throws ScriptException {
in RhinoScriptEngine
Actually only testing eval(String script
so far. I am working on a old java shell app mainly to look into scripting type things.
When I saw this thread I thought a good start would be seeing what it would take to get a JSR 223 interface up and running.
About all I've done. But would be willing to put more time into it.
If you again, off-list probably best, would care to elaborate on how you're using the API's I could see if my interface could handle it.
If I can you would almost certainly use the classes outside the app.
Not entirely sure about licensing but I wasn't planning on distributing Rhino, just the interface and add Rhino to classpath.
More information about the macosx-port-dev
mailing list