How to resolve the error ‘The installed MATLAB Runtime is not compatible with the application’ when executing a standalone application?
52 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 30 Jul. 2024
Beantwortet: MathWorks Support Team
am 30 Jul. 2024
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.
Akzeptierte Antwort
MathWorks Support Team
am 30 Jul. 2024
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!