Hi,

> Caused by: java.util.MissingResourceException: Can't find bundle for base
> name org.apache.batik.util.resources.XMLResourceDescriptor, locale en_US

Look like you miss some jar files. For easy part just use batik-all.jar.
It should contains all the necessary file. After it run, you can split
the jars and include only the things that you need.

> The second thing is the jar files are very larger for my purpose, coz my aim
> is just to show the SVG images in the applet and not to render it or zoom
> it. 

Yes the jar file is very big, because it implements SVG 1.0
specificiation which is 700 pages :).
What I can found is you can drop pdf stuff, svg gen stuff, and xerces
(if the client have other xml parser), it will reduce the size
significantly.

Best Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to