Hi Bob,
(Sorry for the delay in answering: this message got lost in my drafts folder.) > For too many bureaucratic, security and policy reasons I have been tasked to > create an javascript based SVG viewer for IE. Cool, it's one of the things I'd like to do myself, but time is my enemy... :-) > I've been able to get the > applet demo from the 1.7 distribution to display one of our more complex > images, but all onclick events trigger the following error: > > java.lang.NoClassDefFoundError: org/mozilla/javascript/WrappedException > at > org.apache.batik.script.rhino.RhinoInterpreterFactory.createInterpreter(Unknown > Source) [...] There was at least one related fix (rev. 677245, Thomas) which you should be aware of. I'm not sure if it was the causer of this but, as a quick glance into your classpath didn't show any showstopper, I'd hint you to use the 1.8pre trunk version (that particular fix, and many more, were done after the 1.7 release). Nightly builds, although slightly outdated, are available [2], if you just want to make a quick check. ;-) If updating the Batik environment doesn't help, please post the relevant parts of your applet (at least if it's significantly different from the available applet demo [3]). > Any guidance, direction or samples would be greatly appreciated. Hope this helps, Helder [1] http://svn.apache.org/viewvc?view=revision&revision=677245 [2] http://mcc.id.au/batik-nightly/ [3] http://xmlgraphics.apache.org/batik/demo.html --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org