You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by "John C. Turnbull" <oz...@ozemail.com.au> on 2009/08/23 11:58:51 UTC

Batik, Rhino and applets

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