> to work but have encountered a popup error "Unknown language: > text/ecmascript" when running the applet in a browser. There are no other > exceptions in the console. > Any ideas why this would fail in an applet?
I'd say you forgot about "js.jar" and/or "batik-script.jar" in your "archive" attribute. Has anyone actually got Batik > applets to work? It's not hard making it work, the demo in the Batik Web site works OK. Nevertheless, it seems that update 10 of Java 6 introduced a few changes in the plug-in (the so-called "new generation" [2]) which I'm having trouble with (still trying to understand if issues really come from the plug-in changes or from some underlying Java/Batik issue). Currently, I'm trying to marsh up a Batik applet tutorial plus tips&tricks. The idea is to try addressing an SVG IG initiative [3] (although I began researching about that possibility before that particular initiative was initiated). My plans are to create a section within the Batik Wiki [4] (possibly a new entry before "Pack200" in the "HowTo" page [5]) to gather this kind of information, but unfortunately I don't yet have a deadline for that (although I'd like to finish it before the end of 2008, as per the SVG IG initiative's timeframe [6]). If you are in a rush, feel free to start adding content and I'll try to contribute whenever time permits. ;-) > Thanks, > > -JCT Hope this helps, Helder Magalhães [1] http://xmlgraphics.apache.org/batik/demo.html [2] https://jdk6.dev.java.net/plugin2/ [3] http://www.w3.org/Graphics/SVG/IG/wiki/SVG_Plugin_for_IE#Use_of_the_Apache_Batik_toolkit [4] http://wiki.apache.org/xmlgraphics-batik/ [5] http://wiki.apache.org/xmlgraphics-batik/HowTo [6] http://www.w3.org/Graphics/SVG/IG/wiki/SVG_Plugin_for_IE#The_Timeframe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
