On 30.06.2005 17:31:15 Christian Loock wrote: > Hi, > > I got an error while using fop with "SableVM - free (LGPL) Java virtual > machine" the same application i'm running using fop runs without any > problems on "Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2_06-b03)". Here is the Error: > > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] FOP @version@ > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] building formatting object tree > [INFO] setting up fonts > [INFO] [1] > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > java.lang.Error: not implemented > at java.awt.BasicStroke.createStrokedShape (BasicStroke.java:179)
Isn't that obvious? The AWT implementation of SableVM is obviously unfinished or at least incomplete and doesn't implement an operation Batik needs. You can try to avoid SVG graphics (since the error happens during a call into Batik for SVG processing) and use bitmaps instead. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
