Working with Jaspersoft Studio I notice that it allows you to generate a JAR file with all your fonts and XML files with each font variation definition.
Its great for portability reasons, but Im not able to work with that JAR on my maven based project. However, if I uncompress the JAR on my classpath it works like expected.
How are you using the JAR without extract the content?