Chinese garbled in activiti workflow on linux

Activiti's workflow project is displayed normally on the tomcat built locally on the windows system, but when the war package is deployed to linux, it is found that the Chinese in the workflow diagram is garbled. After searching, the following solution is obtained, and I personally verify that it is feasible:

Enter echo $JAVA_HOME in the console to get the oracle jdk installation directory, then create a fallback directory under the jre/lib/fonts directory, and copy C:\WINDOWS\Fonts\simsun.ttc to /usr/java//jdk1.7.63 Restart the server after entering the /jre/lib/fonts/fallback folder.
————————————————
Copyright Statement: This article is the original article of the CSDN blogger "PolarisHuster", and it follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting. .
Original link: https://blog.csdn.net/john1337/article/details/76275264

Guess you like

Origin blog.csdn.net/wujian_csdn_csdn/article/details/105702407