Batik; java.lang.UnsatisfiedLinkError: no dcpr in java.library.path
507059Nov 14 2006 — edited Nov 18 2006Hi there,
I've loaded batik (http://xmlgraphics.apache.org/batik/) into my 9i database, using loadjava, for the purposes of converting generated SVG files to PNG images. I have written some adaptor code to take an SVG clob and give me back a PNG blob. However, there seems to be a problem finding a class but I'm not sure what class it's looking for; the error isn't very descriptive:
ORA-29532: Java call terminated by uncaught Java exception: java.lang.UnsatisfiedLinkError: no dcpr in java.library.path
I'm not sure what the "dcpr" library is for; I can find no reference to it within batik's source code. From what I can tell from google, it would appear to be something to do with AWT.
Can anyone shed any light on the error, or provide any advice on how I might investigate further? I'm not sure how I can get a java backtrace for this error.
Many thanks,
Robert