Java调用MATLAB程序打包的jar包时出现错误MWEException


错误提示:

Exception: com.mathworks.toolbox.javabuilder.MWException: This component was created using a version of MATLAB Builder JA that is not compatible with the version of MCR that it is running against


解决方案:

问题的实质是没有安装MATLAB Compiler Runtime (MCR)。解决办法如下:


     我安装的是32位的MATLAB 2015a版本的软件。在路径D:\Program Files\MATLAB\R2015a\toolbox\compiler\deploy\win32下找到mcrinstall.exe(如果你安装了其他版本,此路径下找不到这个.exe文件。在搜索框里搜索mcrinstall.exe)。点击安装,安装完成之后重启MATLAB,重新部署你的.m文件。问题即可解决。




你可能感兴趣的:(33,Java+Matlab)