Re: [OpenJDK 2D-Dev] Missing com/sun/image/codec/jpeg/ classes in openJDK7

2013-07-01 Thread John Wolfe
Thanks for the response and the reminder that they were dropped from the spec. I did the ports of the Sun J2SE 1.4.1 and 1.5.0 for UnixWare and OpenServer in the past. The jfc/Java2D demo was always a good exercise for graphics and thread control.While the Java2D demo is not in openJDK6

Re: [OpenJDK 2D-Dev] Missing com/sun/image/codec/jpeg/ classes in openJDK7

2013-06-28 Thread Dalibor Topic
On 6/27/13 6:57 PM, Phil Race wrote: > I don't know what exactly you checked but they are *not* in the openjdk 6 > source. > Here's the authoritative source repo : > > http://hg.openjdk.java.net/jdk6/jdk6/jdk/file/d3912e74ec28/src/share/classes/com/sun/ > > .. .no image subdir listed there. Mayb

Re: [OpenJDK 2D-Dev] Missing com/sun/image/codec/jpeg/ classes in openJDK7

2013-06-27 Thread Phil Race
On 6/26/2013 5:39 PM, John Wolfe wrote: Thanks for the response and the reminder that they were dropped from the spec. They were never in the spec. They were always documented separately under a heading something like "Other classes bundled with the JDK". I did the ports of the Sun J2SE 1

Re: [OpenJDK 2D-Dev] Missing com/sun/image/codec/jpeg/ classes in openJDK7

2013-06-26 Thread Phil Race
I do not know in which JDK 6 it was you saw these files but I doubt it was an OpenJDK. These files are closed source, so could not be in OpenJDK and in any case are not part of the Java SE spec. If you need these classes you will need to use an Oracle JDK download, however their use has been dis

[OpenJDK 2D-Dev] Missing com/sun/image/codec/jpeg/ classes in openJDK7

2013-06-26 Thread John Wolfe
I was evaluating the OpenJDK 7 on a FreeBSD 9.1 system and was surprised to discover that all the JPEG encoded/decode classes in: com/sun/image/codec/jpeg sun/awt/image/codec are absent from the rt.jar. These missing 12 classes are part of the OpenJDK 6 source release. What is the