高级算法模块代码调整

This commit is contained in:
2023-08-18 11:29:24 +08:00
parent eb02fe632e
commit af33ceeb45

View File

@@ -32,7 +32,7 @@ public class JnaCallDllOrSo {
this.path = "/usr/local/jarfiles/advanceboot/BOOT-INF/classes/"+this.nameDll; this.path = "/usr/local/jarfiles/advanceboot/BOOT-INF/classes/";
//this.path = URLDecoder.decode(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath(), "UTF-8"); //this.path = URLDecoder.decode(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath(), "UTF-8");
} else { } else {
this.nameDll = name + ".dll"; this.nameDll = name + ".dll";