> I get an exception when title and desc elements are included in my svg file. > Any ideas why? > > Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException > at java.util.ResourceBundle.getBundle(Unknown Source)
I'm not much familiar with Batik (nor with Java, to be honest) but, from the stack trace, I'd say that Java is attempting to load one of those famous "Message_XX.properties" file whose name depends on your system's current localization. For example, for me (who am in Portugal) I've found, in applet experiments, that the Web server receives some "Message_pt_PT.properties" which I believe to be related with loading Batik's resource strings. Could you post a code snippet so that one could take a more informed look at this? Hope this helps, Helder Magalhães --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
