> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: java.lang.ClassNotFoundException: > com.sun.image.codec.jpeg.JPEGImageEncoder > > I believe its Suns JRE.
Doing "java -version" from a shell prompt will tell you. > But I have heard that on UNIX there is no access to awt > (& presumable other image packages), due to UNIX being > "headles server". Operating in a headless mode restricts some AWT functions, but image manipulation is still allowed. Headless is used when there's no graphical rendering mechanism (e.g., an X11 client) directly on platform. The JPEG encode/decode classes are definitely in the standard JRE distribution. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]