Hi John, "John C. Turnbull" <[email protected]> wrote on 04/24/2009 04:01:35 AM:
> I believe that JavaScript scripts are not able to be compiled when
> Batik is run in an applet. Why is this? Is it because Rhino can?t
> do it for some reason
Yes
> or does it have something to do with the way Batik uses it?
No
When Rhino compiles scripts it generates Java Byte codes and
then loads those bytecodes via a custom classloader. Custom
classloaders are forbidden in an Applet context.
