I am curious, how does Batik get Rhino to work in an applet? I am trying to get Rhino by itself to work in an applet and I am getting security exceptions as it tries to create a class loader when it evaluates a string.
I've looked at the Rhino code and it appears to try to compile a string to evaluate no matter what when you call Context#evaluateString(). How does Batik get around this? Obviously it does! Thanks, John
