自动处理模块引用dll修改
This commit is contained in:
parent
905880d57f
commit
1744232228
|
@ -70,8 +70,8 @@ public class JeecgAutoProcessApplication extends SpringBootServletInitializer im
|
|||
public void run(String... args) throws Exception {
|
||||
//调用dll
|
||||
//Windows加载dll工具库
|
||||
/*System.loadLibrary("ReadPHDFile");
|
||||
System.loadLibrary("GammaAnaly");*/
|
||||
// System.loadLibrary("ReadPHDFile");
|
||||
// System.loadLibrary("GammaAnaly");
|
||||
//Linux版本加载dll工具库
|
||||
System.load("/usr/local/jdk/lib/libReadPHDFile.so");
|
||||
System.load("/usr/local/jdk/lib/libGammaAnalyALG.so");
|
||||
|
|
Loading…
Reference in New Issue
Block a user