missmatch between mcr version and packaged jar (Failed to find the library libmwmclmcrrt.so.7.13)
이전 댓글 표시
Hey,
Im trying to run my matlab application on Redhat, im compiling the application using matlab 7.13 and iv installed the bundeled mcr (which is version 7.16 -> mcrinstall prints the version),
While im trying to run the application Im getting:
Exception: java.lang.UnsatisfiedLinkError, Message: Failed to find the library libmwmclmcrrt.so.7.13, required by MATLAB Builder JA, on java.library.path. This library is typically installed along with MATLAB or the MCR, its absence may indicate an issue with that installation or the current path configuration. The MCR version that this component is trying to use is: 7.13.
Iv installed matlab using the Java applet, how do I solve this issue?
Ronen
답변 (3개)
Kaustubha Govind
2011년 11월 2일
0 개 추천
You need to add configure LD_LIBRARY_PATH and XAPPLRESDIR as the documentation suggests. See Path for Java Applications on All Platforms.
Ronen Narkis
2011년 11월 2일
0 개 추천
댓글 수: 1
Kaustubha Govind
2011년 11월 2일
You need to get the version of the MCR corresponding to the compiled Java application (in your case, version 13). The versions are tightly coupled.
카테고리
도움말 센터 및 File Exchange에서 COM Component Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!