Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6793694
Votes 0
Synopsis Applications using JPEG images cannot be executed by kernel JRE.
Category java_deployment:jkernel
Reported Against b03 , b24
Release Fixed 6u14(b02)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 6708508 , 6708552 , 6796697
Submit Date 14-JAN-2009
Description
The test case application is:

public class Main {            
	java.awt.color.ColorSpace.getInstance(java.awt.color.ColorSpace.CS_LINEAR_RGB);
}

An attempt to run application leads to unhandled exception throwing in kernel JRE and system exit.
Posted Date : 2009-01-14 16:39:37.0
Work Around
N/A
Evaluation
Loading of custom JPEG image can initiate color space creation.  
Files 
	CIEXYZ.pf
	GRAY.pf
	LINEAR_RGB.pf
	PYCC.pf
	sRGB.pf
need to be in place (lib/cmm) at this moment, but only sRGB.pf is.
Posted Date : 2009-01-14 16:54:17.0

If color profile is missing check with DownloadManager if it can be installed.
Posted Date : 2009-02-03 10:30:55.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang