验证码图片本地显示正常,远程无法显示,报错
Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
原因:gcc的动态库找不到
解决办法
yum install libgcc.i686 --setopt=protected_multilib=false
验证码图片本地显示正常,远程无法显示,报错
Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
原因:gcc的动态库找不到
解决办法
yum install libgcc.i686 --setopt=protected_multilib=false