error running mexa64 build from cpp file on ubunto
이전 댓글 표시
Hi everyone, i built a mex file from a cpp file on ubunto. it worked successfully. But when i'm running the mexa64 file, matlab craches and i get this long error msg: java.lang.UnsatisfiedLinkError: no nativeservices in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source)....
However, i tried to run mexa64 from cc files and it works without problems.
thanks for help
답변 (2개)
Walter Roberson
2017년 1월 25일
http://askubuntu.com/questions/824769/java-lang-unsatisfiedlinkerror-no-nativeservices-in-java-library-path suggests you need to
apt-get install matlab-support
dhouha damak
2017년 1월 26일
편집: Walter Roberson
2017년 1월 26일
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!