t the following Error:
>
> java.lang.UnsatisfiedLinkError: readImage
> at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
> at
> sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265)
> at sun.awt.image.ImageFetcher.fetc
Greetings!
When I try to load a jpeg image with
Image img = Toolkit.getDefaultToolkit().getImage(fileName);
I get the following Error:
java.lang.UnsatisfiedLinkError: readImage
at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
at
Hi everybody,
well, maybe i'm a bastard, but i had the same problem some months ago,
when i tried Steve's JDK1.1.3 Port with tya, no Valetta, one unsatisfied
link. My solution to this problem was quite radical. First in unzipped
the classes.zip, then i decompiled the .class-file, which is loading
On 16-Jun-98 Juergen Kreileder wrote:
> Not necessarily.
>
> Try
> strace -e trace=open java Iview Valetta.jpg
> to see which libjpeg.so gets loaded.
> On my system there is a libjpeg.so in the jdk directory (this is
> the one that should get loaded) and there is a libjpeg.so in /usr/lib
Hi List,
I did some more tests, and I have the following frustrating
results:
- JDK1.1.3 on Linux 2.0.34 (heavily updated Slackware 95) gives
no problems (this is an older 486/66 machine too slow to do
serious java work)
- I exported the JDK directory from this machine, mounted it
on the Pentium
Hi,
> Could you confirm that JPEG images work for you? It seems
Yes. Compare other mail.
> 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
IMHO no
Stefaan,
> > locate for libjava.so, if you find an additional
> > lib in /usr/X11/lib/ I recommend to move away
> > this file (at least for a test). Now jpeg should work.
> I've only got libjava.so in /usr/lib/jdk1.1.6/lib/i686/green_threads.
Yes okay, of course. There is ONE lib.
But IMH
Stefaan A Eeckels <[EMAIL PROTECTED]> writes:
> 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
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_
Stefaan A Eeckels <[EMAIL PROTECTED]> writes:
> Albrecht,
>
> > > java.lang.UnsatisfiedLinkError: readImage
> > > at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
> > > at
> > > sun.awt.image.InputStreamIma
Albrecht,
> > java.lang.UnsatisfiedLinkError: readImage
> > at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
> > at
> > sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265
> > )
> > at sun.awt.image.ImageFet
> Hi List,
> java.lang.UnsatisfiedLinkError: readImage
> at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
> at
> sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265)
> at sun.awt.image.ImageFetcher.fetchloop(ImageFetch
In message <[EMAIL PROTECTED]>, Stefaan A
Eeckels writes:
Sorry to follow up on my own message, but it was late
yesterday night, and I should have added the complete
error message.
Stefaan,
Thanks for the additional information.
A fully-running class could help. Also, feel free to
Hi List,
Sorry to follow up on my own message, but it was late
yesterday night, and I should have added the complete
error message.
Here it is:
java.lang.UnsatisfiedLinkError: readImage
at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137)
at
Hi List,
I've just subscribed (and just installed jdk1.1.6-v1 on
my Linux 2.0.34 S.u.S.E based box, and I get the following
error when running some of the demo programs:
java.lang.UnsatisfiedLinkError: readImage
I also get this with tya's Iview demo package.
Sorry if this is
15 matches
Mail list logo