At 15:33 2002-01-30 -0500, Thomas E Deweese wrote:
> It's not clear what your classpath is (environment var or what
>ever they are called under windows), and it's not clear that you don't
>have an old DOM impl in your jre/lib/ext dir.
OK, I tried it again. My jre/lib/ext directory is empty, any the CLASSPATH
environment variable is not set.
C:\javaInstall>java -classpath batik/batik-rasterizer.jar;fop/fop.jar
org.apache.batik.apps.rasterizer.Main batik/samples/batikLogo.svg
Exception in thread "main" java.lang.AbstractMethodError
at
org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.<init>(Unknown Source)
at
org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.<clinit>(Unknown
Source)
at
org.apache.batik.transcoder.image.ImageTranscoder.<init>(Unknown Source)
at org.apache.batik.transcoder.image.PNGTranscoder.<init>(Unknown
Source)
at
org.apache.batik.apps.rasterizer.DestinationType.getTranscoder(Unknown Source)
at org.apache.batik.apps.rasterizer.SVGConverter.execute(Unknown
Source)
at org.apache.batik.apps.rasterizer.Main.execute(Unknown Source)
at org.apache.batik.apps.rasterizer.Main.main(Unknown Source)
I use Batik 1.1.1. I tried both FOP 0.19.0 and FOP 0.20.1 with similar result.
It works fine if I remove FOP from classpath.
I use Windows 2000, and "java -version" gives:
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]