JDK-4278068 : Font in font.properties not found on startup
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 1999-10-04
  • Updated: 1999-10-18
  • Resolved: 1999-10-18
Related Reports
Duplicate :  
Description

Name: rlT66838			Date: 10/04/99


This is problem of all latest JDK Reference impl. on Solaris 7.
Production Impl. has no such problem.

During start of application running on JDK 1.3 following errors are printed to console:
Font specified in font.properties not found [-monotype-courier
new-regular-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-regular-r---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-bold-i---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-bold-r---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-regular-i---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-r---*-%d-*-*-m-*-iso8859-1]


(Review ID: 96103) 
======================================================================

Comments
EVALUATION Font issues with Java2 are usually handled by the 2D team. Reassigning to that group. eric.hawkes@eng 1999-10-05 The TrueType font packages need to be installed for these fonts to be found. The fonts are in an optional package and without these TT fonts these messages are displayed. For complete Java2D functionality TrueType fonts are necessary - thus the font.properties have been modified to take adavntage of these fonts. This change was made in 1.2fcs. parry.kejriwal@eng 1999-10-05
05-10-1999