Deploytool Problem

Hi, I am having a problem running MATLAB deploytool.
We have two computers with MATLAB installed on them. One machine definitely does not have the compiler license.
However, the other machine definitely does (I know this becaue when I click on start, and hover over MATLAB, I can see MATLAB compiler as one of the options.
However, when I click on deploytool (or type deploytool into the command window), nothing happens. The deploytool GUI does not open and no error message is displayed.
Do I need to set the compiler up somehow before using it?
Kind Regards, David Graham.

 采纳的回答

Hi,
you don't have to setup anything before you are able to open the deploytool. Please check if the license work correctly through typing
license('checkout','COMPILER')
in MATLAB. One should be returned.
Does the Compiler works at all? So you can compile a small example, e.g. through mcc -m your_test_function.m?
What happens when you call the deploytool through
com.mathworks.mde.deploytool.plugin.PluginManager.allowMatlabThreadUse(); com.mathworks.toolbox.compiler.plugin.DeploytoolCommandLineParser.parse([], pwd);

1 个评论

Thanks for your help.
It seems the COMPILER license expired in June, it must have been a trial license or something.
Thanks again.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心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!

Translated by