waimifeier / hikvision-spring-boot-starter

海康威视sdk接入
56 stars 22 forks source link

报错不能加载库文件 #11

Open peak666 opened 1 year ago

peak666 commented 1 year ago

Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 但是看到库文件都已经加载了 image 看到运行的时候都已经加载进来了 image

这是配置文件 image image

gtb1841 commented 3 months ago
ResourceUtils.getFile(properties.getSdk_path() + "/HCNetSDK.dll").getPath() : properties.getSdk_path() + "/HCNetSDK.dll";
他写的 加载 win 路径