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

tadeu

Members
  • Posts

    2
  • Joined

  • Last visited

tadeu's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  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...