Jump to content
We've recently updated our Privacy Statement, available here ×

tadeu

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by tadeu

  1. Thanks a lot, it is 2019 and I was having this problem... the solution was: sudo apt-get install ttf-mscorefonts-installer cp -r /usr/share/fonts/truetype/msttcorefonts $JAVA_HOME/lib/fonts sudo dpkg-reconfigure fontconfig Make sure that $JAVA_HOME is used by your application, otherwise you will need to copy those fonts folder over all jvm avaiable on the machine
  2. Thanks a lot, it is 2019 and I was having this problem... the solution was: sudo apt-get install ttf-mscorefonts-installer cp -r /usr/share/fonts/truetype/msttcorefonts $JAVA_HOME/lib/fonts sudo dpkg-reconfigure fontconfig Make sure that $JAVA_HOME is used by your application, otherwise you will need to copy those fonts folder over all jvm avaiable on the machine Reference: http://www.perfectabstractions.com/blog/how-to-install-windows-fonts-in-java-on-linux
×
×
  • Create New...