赞
踩
com.alibaba.excel.exception.ExcelGenerateException: java.lang.UnsatisfiedLinkError: /usr/local/openjdk-17/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory
需要安装字体
RUN yum install fontconfig -y
参考:
https://blog.csdn.net/qq_39893313/article/details/127253179
Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
需要安装字体
RUN yum install dejavu-sans-fonts fontconfig -y
参考:
https://blog.csdn.net/Ezreal_King/article/details/108197662
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。