Java调用Matlab打包的jar包运行异常

Java调用Matlab打包的jar包运行异常

MATLAB版本为R2021a

Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to find the required library mclmcrrt9_10.dll on java.library.path.
This library is typically installed along with MATLAB or the MATLAB Runtime. Its absence may indicate an issue with that installation or 
the current path configuration, or a mismatch with the architecture of the Java interpreter on the path.
MATLAB Runtime version this component is attempting to use: 9.10.
Java interpreter architecture: win64.

Java和Matlab的jdk版本都是1.8

img

img

有尝试过安装MCR运行时环境,没有任何效果,环境变量也配置了,有遇到过同样的问题吗?