高级算法模块代码调整

This commit is contained in:
2023-08-18 09:21:06 +08:00
parent a85d09c486
commit 987b7aa696

View File

@@ -26,7 +26,7 @@ public class JnaCallDllOrSo {
int beginIndex = os != null && os.startsWith("Windows") ? 1 : 0;
if(beginIndex == 0){
//linux操作系统
this.nameDll = "lib"+name+"_dll.os";
this.nameDll = "lib"+name+"_dll.so";
this.path = URLDecoder.decode(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath(), "UTF-8");
}else {
this.nameDll = name+".dll";