|
求助下,我java的war包部署在linux的tomcat
fortran通过ifort -shared -fpic -o编译成了so文件
然后通过jna调用so文件,Native.loadLibrary("FortranDLL", calculatePipeNetApi.class);
但是一直报错
Exception:java.lang.Exception: java.lang.UnsatisfiedLinkError: Unable to load library 'FortranDLL': libifport.so.5: cannot open shared object file: No such file or directory
执行了一下脚本还是不行,source /opt/intel/bin/compilervars.sh intel64
请问哪位遇到过或者知道怎么解决?
|
|