One user (of many) is having trouble with a distributed executable. He is getting the message that he can't find version 8.4 of the MCR but he has verified that it is installed. See screen shots below.
조회 수: 1 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162221/image.png)
<<
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162222/image.png)
>>
댓글 수: 2
답변 (1개)
Varun Gunda
2017년 4월 3일
There is a bug in MATLAB Compiler R2014a in the way the MCR entry in the PATH is handled. R2014a cannot handle a trailing backslash. Verify that your MCR entry looks similar to
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64
and not like this (note the \ at the end)
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64\
This affects 32bit and 64bit MATLAB/MCR.
댓글 수: 3
참고 항목
카테고리
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!