当我在windows和mac上使用jasper报告时,当我将我的应用程序部署到linux机器并试图生成抛出的报告时,它工作得很好。
net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Times New Roman' is not available to the JVM. See the Javadoc for more details.
我知道我们可以通过在linux ()中安装缺少的字体来解决这个问题。我的问题是,能否将字体打包为jar,并将其打包为应用程序的包。怎么做?
需要构建简单的GUI应用程序。出于这个原因,我决定在我的Ubuntu 16上安装Qt,我下载了开源的Qt版本。运行时出错:
g@ubuntu:~/Downloads$ ./qt-unified-linux-x86-2.0.5-2-online.run
./qt-unified-linux-x86-2.0.5-2-online.run: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
怎么解决这个问题?