Hi Philip. philip zuniga: > I am currenlty trying to test the current nightly build of batik. I hope to > be able to use the most updated copy for my application. But when I ported > from my old version (1.5), to current build, I am obtaining the following > error: > > > java.lang.Exception: org/w3c/dom/events/CustomEvent > > at org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source) > > Would any one here know why the erro occurs and how I would be able to > remove it?
Since 1.5, DOM Level 3 Events was implemented in Batik. The xml-apis-dom3.jar file which should be loaded when you run your application includes the CustomEvent interface, so if you make sure it is on the class path it should be ok. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
