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 replacing "PNG" with "JPEG" if that's what you need. HTH, Alex. On Thu, Jul 21, 2011 at 4:58 PM, <[email protected]> wrote: > 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 expects > it to be a class (or vice versa, dont know anymore). > > Or do we need to get a replacement for it? > > Marc > >
