To correct overlapping or undesirable fonts in the Korean Load
Balancer interface:
- On AIX® systems
- Stop all Java™ processes on the AIX system.
- Open the font.properties.ko file in an editor. This file is located
in home/jre/lib where home is the Java home.
- Search for this string:
-Monotype-TimesNewRomanWT-medium-r-normal
--*-%d-75-75-*-*-ksc5601.1987-0
- Replace all instances of the string with:
-Monotype-SansMonoWT-medium-r-normal
--*-%d-75-75-*-*-ksc5601.1987-0
- Save the file.
- On Linux systems
- Stop all Java processes on the system.
- Open the font.properties.ko file in an editor. This file is located
in home/jre/lib where home is the Java home.
- Search for this string (with no spaces):
-monotype-
timesnewromanwt-medium-r-normal--*-%d-75-75-p-*-microsoft-symbol
- Replace all instances of the string with:
-monotype-sansmonowt-medium-r-normal--*-%d-75-75-p-*-microsoft-symbol
- Save the file.