How do I find the "mcc" command used by "deploytool" apps?

13 views (last 30 days)
I would like to find the "mcc" command that is used to create a CTF file when using apps opened by "deploytool" such as "Production Server Compiler" or "Library Compiler".
Where can I find this "mcc" command?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 3 Nov 2022
When you package a project using "deploytool" apps, MATLAB creates a directory with the name of your project. In this directory, you will find a file named “PackagingLog.html”, which can be opened in your web browser of choice. At the top of this file, MATLAB includes the “mcc” command used to create the PRJ file. Running this “mcc” command will create a directory containing the CTF that you need to deploy your project. 
The following documentation page goes into more detail about the contents of the packaged MATLAB application:
https://www.mathworks.com/help/compiler_sdk/gs/files-generated-after-packaging-application-sdk.html
 

More Answers (0)

Categories

Find more on Java Package Integration in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!