jamesluozhiwei / seetafaceJNI

基于中科院seetaface2进行封装的JAVA人脸识别库,支持人脸识别、1:1比对、1:N比对。
BSD 3-Clause "New" or "Revised" License
164 stars 37 forks source link

linux环境下总是报NoClassDefFoundError #14

Closed Houtx closed 1 year ago

Houtx commented 2 years ago

Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.lzw.face.FaceHelper

之前调整好了一次,过了一段时间又不行了(中间服务器被重启过)

Houtx commented 2 years ago

8RUG}A$KB99QGFUHQ8 JFGJ

Houtx commented 2 years ago

@jamesluozhiwei

jamesluozhiwei commented 2 years ago

@jamesluozhiwei

JAVA重启后 无法重复加载动态库 请参考该文章(https://blog.csdn.net/lovesummerforever/article/details/25826993)解决方案

Houtx commented 2 years ago

没采用此解决方法,经过尝试,升级gcc版本解决。