I have recently migrated my application to Zulu from Oracle JDK. My application generates MS-WORD documents using BIRT.
Now after the zulu migration the reports are fine in the windows environment, but when the same application is deployed in a Linux box the report are not displaying fonts of other languages like Japanese, Chinese, Korean etc. Its blank in the places of the font.
Only the English font is seen in the report.
I'm thinking its something to do with the windows zulu JDK and Linux zulu JDK.
Is there any library which needs to be included for the Linux version ??
Help needed!!
Please consider the following example:
This will create a JFrame with a label with some Japanese text ("Japan") and "Close" button. I tested it on RHEL 6.6 against Zulu 6.6, Zulu 7.7 and Zulu 8.4, with no additional fonts installed.
Does this represent your problem?