Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Batik; java.lang.UnsatisfiedLinkError: no dcpr in java.library.path

507059Nov 14 2006 — edited Nov 18 2006
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2006
Added on Nov 14 2006
6 comments
2,466 views