高级算法模块代码调整
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user