I am trying to compile some code that references 
com.sun.image.codec.jpeg.JPEGCodec

While I understand one should not use this class, a lot of projects still do.  
I can't find any examples of outputting a jpeg that don't use this class.

Under JDK5, I would get warnings.

Under JDK6, the following is actually resulting in a compile failure.
 com.sun.image.codec.jpeg.JPEGCodec is Sun proprietary API and may be removed 
in a future release

Can anyone steer me towards the proper way to outputting a jpeg image if we 
can't use the com.sun.* classes?

Thank you very much!
Phillip Rhodes

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to