Jürgen,
> IMHO this states that the native method readImage couldn't be linked.
> Do a nm on your libjpeg.so, it should give something like that:
>
> 123> nm /public/languages/JDK-1.1.6v2/lib/i686/green_threads/libjpeg.so |
> grep readImage
> 000103e4 T Java_sun_awt_image_JPEGImageDecoder_readImage_stub
> 000022d8 T sun_awt_image_JPEGImageDecoder_reeadImage
Could you confirm that JPEG images work for you? It seems
to me that JPEGImageDecoder.produceImage tries to call
the wrong external (readImage), whereas the JPEG library contains
only sun_awt_image_JPEGImageDecoder_readImage. I don't know enough
about the java innards to know how the function names are
cooked up, but should the error message not be something like
java.lang.UnsatisfiedLinkError: sun_awt_image_JPEGImageDecoder_reeadImage
and not just 'readImage'
Just grasping at straws.
Stefaan
--
PGP key available from PGP key servers (http://www.pgp.net/pgpnet/)
___________________________________________________________________
A consultant is a person who borrows your watch, tells you what
time it is, pockets the watch, and sends you a bill for it.