You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Pa...@rta.nsw.gov.au on 2000/06/07 05:41:05 UTC

UnsatisfiedLinkError

When trying to embed an image in a document via :-

<fo:inline-graphic height="100px" width="100px"
href="file:/c:/images/logo.gif" />

I got the following error :-

FOP 0.12.2 [dev]
using SAX parser org.apache.xerces.parsers.SAXParser
using renderer org.apache.fop.render.pdf.PDFRenderer
using element mapping org.apache.fop.fo.StandardElementMapping
using element mapping org.apache.fop.svg.SVGElementMapping
building formatting object tree
setting up fonts
formatting FOs into areas
 [1java.lang.UnsatisfiedLinkError: parseImage
        at sun.awt.image.GifImageDecoder.readImage(GifImageDecoder.java:558)
        at sun.awt.image.GifImageDecoder.produceImage(Compiled Code)
        at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code)
        at sun.awt.image.ImageFetcher.fetchloop(Compiled Code)
        at sun.awt.image.ImageFetcher.run(Compiled Code)

I am using java 1.1.7

Any ideas ??

Thanks very much in advance.

               Paul