Bug#639883: [Openjdk] Bug#639883: openjdk-6: Can't load standard profile: LINEAR_RGB.pf => Still fails

2011-09-05 Thread Sylvestre Ledru
> Built and run: > $ javac plop.java && java plop > Exception in thread "main" java.lang.ExceptionInInitializerError > at javax.imageio.ImageIO.getWriter(ImageIO.java:1581) > at javax.imageio.ImageIO.write(ImageIO.java:1510) > at plop.main(plop.java:15) > Caused by: java.lang.Ille

Bug#639883: openjdk-6: Can't load standard profile: LINEAR_RGB.pf => Still fails

2011-09-05 Thread Sylvestre Ledru
reopen 639883 block 639924 by 639883 thanks Hello, Sorry but this bug is not fixed. Taking the following source code: import java.awt.image.RenderedImage; import java.awt.image.BufferedImage; import java.awt.Graphics2D; import java.io.File; import java.io.IOException; import

Bug#639883: [Openjdk] Bug#639883: openjdk-6: Can't load standard profile: LINEAR_RGB.pf

2011-08-31 Thread Matthias Klose
On 08/31/2011 11:43 AM, Sebastian Ramacher wrote: Package: openjdk-6-jre Version: 6b23~pre8-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 After the recent upgrade from 6b23~pre7-1 to 6b23~pre8~2 the following simple program fails to run: public class Main { static pu

Bug#639883: openjdk-6: Can't load standard profile: LINEAR_RGB.pf

2011-08-31 Thread Sebastian Ramacher
Package: openjdk-6-jre Version: 6b23~pre8-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 After the recent upgrade from 6b23~pre7-1 to 6b23~pre8~2 the following simple program fails to run: public class Main { static public void main(String[] args) { java.awt.color