java - How can I install new fonts to jasper reports? -


i'm getting "could not load following font" error. installed font in jasper reports. missing i'm taking error ?

try on ide terminal:

mvn install:install-file -dfile=./font/fonts.jar -dgroupid=ttf -dartifactid=fonts -dversion=1.0 -dpackaging=jar 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -