先找一下wenquanyi字体在哪儿

sudo find / -name "*.ttc"

 

结果在

/usr/share/fonts/truetype/wqy/wqy-microhei.ttc
/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc

 

这样即可

sudo su root
cd /usr/lib/jvm/j2sdk1.7-oracle/jre/lib/fonts
ln -s /usr/share/fonts/truetype/wqy/ fallback

 

debian8似乎不需要了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2021-09-13
  • 2021-12-04
  • 2021-10-31
  • 2021-06-13
  • 2021-11-20
猜你喜欢
  • 2021-09-27
  • 2022-12-23
  • 2021-08-24
  • 2022-02-16
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案