[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/23737] New: ImageIO.read doesn't work.
From: |
green at redhat dot com |
Subject: |
[Bug classpath/23737] New: ImageIO.read doesn't work. |
Date: |
5 Sep 2005 17:05:30 -0000 |
ImageIO.read doesn't work. I have a test program which I'll attach to this bug
report.
$ gij readimage file:///usr/share/gtk-2.0/demo/background.jpg
Exception in thread "main" java.lang.ClassCastException:
javax.imageio.stream.MemoryCacheImageInputStream cannot be cast to
java.io.InputStream
at gnu.java.awt.peer.gtk.GdkPixbufDecoder$GdkPixbufReader.setInput
(GdkPixbufDecoder.java:633)
at javax.imageio.ImageReader.setInput (ImageReader.java:193)
at javax.imageio.ImageIO.read (ImageIO.java:580)
at javax.imageio.ImageIO.read (ImageIO.java:596)
at javax.imageio.ImageIO.read (ImageIO.java:590)
at readimage.main (readimage.java:11)
--
Summary: ImageIO.read doesn't work.
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: green at redhat dot com
CC: bug-classpath at gnu dot org,fitzsim at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23737
- [Bug classpath/23737] New: ImageIO.read doesn't work.,
green at redhat dot com <=