Re: [OpenJDK 2D-Dev] com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK

2011-07-21 Thread Omair Majid
Hi, (CC'ing distro-pkg-dev as this looks like an IcedTea6 issue) On 07/21/2011 11:58 AM, [email protected] wrote: can anyone tell me the status of com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK 7 ? I will echo the thoughts of others: this is a legacy API. You should not be using it w

Re: [OpenJDK 2D-Dev] com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK

2011-07-21 Thread Phil Race
This does not exist in OpenJDK. It was proprietary code that we could not open source. Also it was never part of the Java SE spec. Just "co-bundled". If you want to use it you need to use the Sun/Oracle "product" JDK although we'd like to rip it out even from that in JDK8. The standard replacemen

Re: [OpenJDK 2D-Dev] com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK

2011-07-21 Thread Alex Lam S.L.
Hi there, com.sun.* are not part of the public API, IIRC. What exactly do you want to do with JPEGImageEncoder? I have been running an application which saves PNGs: ImageIO.write(destination, "PNG", new File(...)); And as far as I can tell, it works perfectly on Kubuntu with OpenJDK. So try re

[OpenJDK 2D-Dev] com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK

2011-07-21 Thread ml
Hi, can anyone tell me the status of com.sun.image.codec.jpeg.JPEGImageEncoder with OpenJDK 7 ? We tried running OpenJDK6 on Linux and werent able to use it since one project of ours use com.sun.image.codec.jpeg.JPEGImageEncoder. it seems that with OpenJDK6 this is an interface where the project