[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/24566] New: ClassCastException in ImageIO.read( File )
From: |
hendrich at informatik dot uni-hamburg dot de |
Subject: |
[Bug classpath/24566] New: ClassCastException in ImageIO.read( File ) |
Date: |
28 Oct 2005 08:32:39 -0000 |
Try running the attached testcase and pass the filename of an image
as the first argument. With classpath cvs head 2005.10.28 under jamvm 1.3.2
on linux-x86 I get the following:
jamvm PRxxxxx v200049e.jpg
java.lang.ClassCastException: javax/imageio/stream/MemoryCacheImageInputStream
at gnu.java.awt.peer.gtk.GdkPixbufDecoder$GdkPixbufReader.setInput
(GdkPixbufDecoder.java:633)
at javax.imageio.ImageReader.setInput (ImageReader.java:457)
at javax.imageio.ImageIO.read (ImageIO.java:866)
at javax.imageio.ImageIO.read (ImageIO.java:930)
at javax.imageio.ImageIO.read (ImageIO.java:960)
at PRxxxxx.main (PRaaa.java:18)
--
Summary: ClassCastException in ImageIO.read( File )
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hendrich at informatik dot uni-hamburg dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24566
- [Bug classpath/24566] New: ClassCastException in ImageIO.read( File ),
hendrich at informatik dot uni-hamburg dot de <=