java 当我将MatlabRuntime从2019b升级到2021b时,我遇到了一个问题

biswetbf  于 2023-02-18  发布在  Java
关注(0)|答案(1)|浏览(556)

当我把MatlabRuntime从2019b升级到2021b的时候,我有一个使用matlab的springboot服务,我遇到了一个问题,我把最新的javablider.jar(2021b)导入到我的springboot服务中,然后我把我的服务打包发布到服务器上,然后报错,有人能帮我吗,谢谢

Caused by: java.lang.UnsatisfiedLinkError: Failed to find the required library libmwmclmcrrt.so.9.7 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.7.
Java interpreter architecture: glnxa64.

我需要有人能帮我

xwbd5t1u

xwbd5t1u1#

该消息:
无法找到所需的库libmwmclmcrrt.so.9.7
表示您尝试执行的应用程序是使用Matlab 2019b编译的,并且未安装相应的MCR。

相关问题