Operating System - OpenVMS
1828038 Members
1929 Online
109973 Solutions
New Discussion

Missing font in Hebrew Java window

 
Attila Fekete_1
Advisor

Missing font in Hebrew Java window

Hi,

I run into the following problem: I opened an eXcursion window. I could type Hebrew characters and they appear correct. From this window I started a Java prgram, which should display Hebrew characters also, but only squares appear instead. What could be the problem?
I have installed the following (During the login Java 1.3.1 is set up.):
OPENVMS V7.3-2
DWMOTIF V1.3-1
DWMOTIF_I18N V1.3-1
DWMOTIF_UI_HEBREW V1.3-1
JAVA131 V1.3-17
JAVA142 V1.4-23
2 REPLIES 2
John Gillings
Honored Contributor

Re: Missing font in Hebrew Java window

Attila,
If you have some control over the VMS system, you could enable file access auditing to try and work out what file the process wants. Something like:

$ SET AUDIT/AUDIT/ENABLE=(FILE=FAIL=ALL, FILE=SUCCESS=ALL)


WARNING WARNING WARNING.. This will generate a LOT of output and audit journal traffic. DO NOT do it on a busy system.

Run your test, then DISABLE the audits.

$ SET AUDIT/AUDIT/DISABLE=(FILE=FAIL=ALL, FILE=SUCCESS=ALL)

Now extract the audit journal entries:

$ ANALYZE/AUDIT/SINCE=

This may help work out what files are missing.

A crucible of informative mistakes
Attila Fekete_1
Advisor

Re: Missing font in Hebrew Java window

Hi,

I tried this audit, but I haven't got closer to the cause. I could see that it opened many files, but there was no failure.
I think it uses just wrong font set. But why?