Hi,
Having figured out my previous problem (it was actually Rhino's dynamic
class loading botching due to Java Web Start's custom classloader), I've
moved on to another deadlock.
I'm tinkering with the example given of extending Rhino's functionality to
include a new function. There's a few typos in the code, though - looking at
http://xml.apache.org/batik/scripting.html - and if someone could point me
in the right direction I'd be deeply pleased :)
First, there's a mention towards the end of the code of "new
org.apache.batik.scriptInterpreterPool" - This should read "new
org.apache.batik.script.InterpreterPool".
Second, the line shortly following that reading
"ctx.setInterpreterPool(pool);" will not compile since that method is
protected.
How would I best go about setting the interpreter pool without using this
method?
Thanks,
Alec Smecher
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]