Re: [OpenJDK 2D-Dev] lcms native library

2008-04-07 Thread christof . helfrich
Dimitri, my assumption was wrong that OpenJDK 6 doesn't include lcms. Thanks Phil, I have looked into the wrong sources. Now I have compiled the relevant parts of OpenJDK 6 to get lcms running in my test environment (still Sun JDK 1.6.0, because a complete switch to OpenJDK 6 is currently not an

Re: [OpenJDK 2D-Dev] lcms native library

2008-04-04 Thread David Herron
[EMAIL PROTECTED] wrote: As far as I can see in OpenJDK 6 the same buggy library from K. is used like in the original JRE 1.6.0 from Sun. No lcms. So this doesn't solve my problem with crashed JVMs. Von: "Dmitri Trembovetski"<[EMAIL PROTECTED]> I don't quite see the reason for doing thi

Re: [OpenJDK 2D-Dev] lcms native library

2008-04-04 Thread Phil Race
[EMAIL PROTECTED] wrote: As far as I can see in OpenJDK 6 the same buggy library from K. is used like in the original JRE 1.6.0 from Sun. No lcms. So this doesn't solve my problem with crashed JVMs. You are mistaken on that. The OpenJDK 6 source tree was created from the OpenJDK 7 source t

Re: [OpenJDK 2D-Dev] lcms native library

2008-04-04 Thread christof . helfrich
As far as I can see in OpenJDK 6 the same buggy library from K. is used like in the original JRE 1.6.0 from Sun. No lcms. So this doesn't solve my problem with crashed JVMs. Von: "Dmitri Trembovetski"<[EMAIL PROTECTED]> >I don't quite see the reason for doing this >(not to mention quest

Re: [OpenJDK 2D-Dev] lcms native library

2008-04-04 Thread Dmitri Trembovetski
I don't quite see the reason for doing this (not to mention questionable legal ramifications). Why not just use openjdk6? http://openjdk.java.net/projects/jdk6/ Thanks, Dmitri [EMAIL PROTECTED] wrote: Hi, I am trying to replace the color management system of JRE 1.6.0 by the

[OpenJDK 2D-Dev] lcms native library

2008-04-04 Thread christof . helfrich
Hi, I am trying to replace the color management system of JRE 1.6.0 by the alternative implementation that has been implemented by the 2D Graphics Group of OpenJDK. My plan is to patch the JRE. I will need the packages java.awt.color, sun.java2d.cmm and sun.java2d.cmm.lcms. These packages seem