Hi all!
I have to create my own document loader since my documents do not come from
a url addressable source. Anyhow, my code worked well and good with 1.5b1,
but now with beta2 I am getting the following exception when I call the
constructor of document loader as indicated below:
Exception:
java.lang.NoClassDefFoundError:
org/apache/batik/css/value/DefaultCommonCSSContext
at
com.obsi.madars.gui.MadarsSVGCanvas.loadSVGDocument(MadarsSVGCanvas.java:360
)
at
com.obsi.madars.gui.MadarsSVGCanvas.display(MadarsSVGCanvas.java:429)
at
com.obsi.madars.mdcr.gui.MDCRMainFrame.main(MDCRMainFrame.java:196)
My Code:
import org.apache.batik.bridge.DocumentLoader; //I extend this
...
public DBDocumentLoader(UserAgent pUserAgent){
super(pUserAgent); //<-- exception thrown here
}
The class is indeed no longer in the jar. Could someone please explain how
to get around this or why it is gone?
-----Original Message-----
From: Kevin Lindsey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 10:12 AM
To: Batik Users
Subject: Re: Keyboard Events
Thierry,
> My plan is to support both TextEvents (DOM Level 3 Key Events)
> and KeyEvents (DOM Level 2 Working Draft key events) so everybody
> should be happy, I hope.
Sounds like the best of all worlds to me...my Adobe-based SVGs with keyboard
interaction should work in Batik and I get to start playing with the
upcoming standard. I'll be happy.
> So my answer for this one is 'keep cool' :)
No worries. I grateful for the Batik team has done so far.
Take care,
Kevin
KevLinDev - http://www.kevlindev.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]