Compiled application does not run because of startup plugin mwJavaClasspathCache.dll
조회 수: 8 (최근 30일)
이전 댓글 표시
While trying to test an application I compiled with MCR, I got the following error.
Error initializing MATLAB Runtime: Unable to load bundle binary C:\MATLAB\R2020a\bin\win64\matlab_startup_plugins\jmi\mwJavaClasspathCache.dll. Error: 193: Unknown error.
I read somewhere on this site about a similar error which was caused by a space in the directory name, so I moved MATLAB from c:\Program Files\ to C:\ but it didn't help. Any idea what is going on?
댓글 수: 2
忆宁 黄
2022년 5월 15일
did you resolved it?
I have the same problem, it happen win10 system, seems win11 works
답변 (1개)
Amal Raj
2024년 2월 20일
Hey. Try copying the executable to <mcr>\bin\win64 and launching from there. If it works, there is a conflict between some shared library in c:\windows\system32 and the MATLAB runtime.
댓글 수: 1
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!