I have an app whitch use a report made with JasperReport, but when I try generated the report this throw a net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Nimbus Mono L' is not available to the JVM. See the Javadoc for more details. I have embebed the fonts in the report, and it's work in the server development but not work in the server producction.
I try install de font in my server producction (Ubuntu) but the commands fc-list and fc-cache not work, throws -bash: fc-list: command not found
My server producction is only command line, info of my server:
uname -a:
Linux crtfacntyp1 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/*-release:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
NAME="Ubuntu" VERSION="12.04.1 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.1 LTS)"
VERSION_ID="12.04"
any idea? please help me :(