高级算法模块代码调整

This commit is contained in:
2023-08-18 10:08:20 +08:00
parent bf11a9cd65
commit 8d41d343fe

View File

@@ -39,9 +39,9 @@ public class JnaCallDllOrSo {
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
log.error(e.getMessage()); log.error(e.getMessage());
} }
if (JnaCallDllOrSo.jarPath.equals("")) { /* if (JnaCallDllOrSo.jarPath.equals("")) {
JnaCallDllOrSo.jarPath = this.path.substring(0, this.path.lastIndexOf('/')); JnaCallDllOrSo.jarPath = this.path.substring(0, this.path.lastIndexOf('/'));
} }*/
} }