How to resolve the error ‘The installed MATLAB Runtime is not compatible with the application’ when executing a standalone application?
52 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2024-7-30
回答: MathWorks Support Team
2024-7-30
I get the following error when executing a standalone application that was created with MATLAB Compiler:
The installed MATLAB Runtime is not compatible with the application. Reinstall
the MATLAB Runtime or the application using the application installer
generated using deploytool.
采纳的回答
MathWorks Support Team
2024-7-30
This error indicates that there is a MATLAB Runtime with a matching release installed on your computer, but the installation does not contain the products required for the application. This can happen if you previously installed the runtime using the application installer for one application, and then try to run another application without installing an updated runtime.
There are two options to resolve this:
You can run the application installer for the new application. This will update the existing MATLAB Compiler installation to be compatible with the new application. If the application author did not provide an installer, contact them for assistance. This method allows you to maintain a space-efficient MATLAB Runtime installation, though it may not be compatible with other applications.
Alternatively, you can download the full MATLAB Runtime from our website:
This will enable you to run any application that was built for this MATLAB Runtime release, regardless of the products and features used.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!