fontpaths wrong in /usr/local/openjdk1?/lib/fontconfig.properties.src

Dr. A. Haakh bugReporter at ib-haakh.de
Thu Mar 25 17:05:40 UTC 2021


Hello,

the subject tells the whole story. I almost went crazy when my 
java-based program for structural engineering presented me with garbled 
output. Fortunately there was an openjdk8-based version around...

The last correct version is openjdk8, where the fontpaths are correct 
and java-programs create desired output.

You can verify this by

root at here:~#
root at here:~#  for i in `cat 
/usr/local/openjdk12/lib/fontconfig.properties.src |awk 'BEGIN {FS="="} 
/^filename/ {print $2}'`; do j=$(basename $i); echo -n "$i  "; find 
/usr/local/share/fonts/ -name $j -print -prune; echo ""; done;

Similar command and result for openjdk-versions 12-15.

Regards
Andreas Haakh



More information about the freebsd-java mailing list