Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-08 Thread Ole Ersoy
Hi, Hope this is the right list (If not please let me know). Anyone know if com.sun.image.codec.jpeg.JPEGCodec is included in OpenJDK? Thanks, - Ole

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-08 Thread Christian Thalinger
On Wed, 2008-10-08 at 22:53 -0500, Ole Ersoy wrote: > Hi, > > Hope this is the right list (If not please let me know). Anyone know > if com.sun.image.codec.jpeg.JPEGCodec is included in OpenJDK? It seems it is not. But IcedTea has a replacement for it (a stub one I guess). - Christian

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-09 Thread Andrew John Hughes
2008/10/9 Ole Ersoy <[EMAIL PROTECTED]>: > Hi, > > Hope this is the right list (If not please let me know). Anyone know if > com.sun.image.codec.jpeg.JPEGCodec is included in OpenJDK? > Thanks, > - Ole > > It's been removed from 1.7 AFAIK. You should now be using the javax.imageio API introduced

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-09 Thread Alan Bateman
Ole Ersoy wrote: Hi, Hope this is the right list (If not please let me know). Anyone know if com.sun.image.codec.jpeg.JPEGCodec is included in OpenJDK? Thanks, - Ole The write-up in this bug may be useful: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6527962 The 2D mailing list ([E

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-09 Thread Mark Wielaard
Hi, On Thu, 2008-10-09 at 08:41 +0200, Christian Thalinger wrote: > On Wed, 2008-10-08 at 22:53 -0500, Ole Ersoy wrote: > > Hope this is the right list (If not please let me know). Anyone know > > if com.sun.image.codec.jpeg.JPEGCodec is included in OpenJDK? > > It seems it is not. But IcedTe

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-09 Thread Phil Race
Alan is right that the 2D list is the right place for this. But that bug report is mainly about a migration plan for removing it from even the "closed" JDK, which then aligns better with openjdk. A principal reason this is not in openjdk is that the code is encumbered, and given that is not part

Re: Is com.sun.image.codec.jpeg.JPEGCodec Included in OpenJDK?

2008-10-09 Thread Ole Ersoy
Alan, Andrew, Christian, Mark, Thanks for all the tips! I'll use javax.imageio.ImageIO instead. Thanks again, Ole